#58040B

Color #58040B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #58040B

Tints of Bordeaux #58040B

Color information

#58040B (or 0x58040B) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 0B. RGB value is (88,4,11). Sum of RGB (Red+Green+Blue) = 88+4+11=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040B is #A7FBF4. Grayscale: #1D1D1D. Windows color (decimal): -11009013 or 722008. OLE color: 722008.

HSL color Cylindrical-coordinate representation of color #58040B: hue angle of 355º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58040B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB88411-
CMYK00.950.880.65
HSL355º91.3%18.04%-
HSV(B)355º95.45%34.51%-
XYZ4.132.190.52-
YUV29.91117.33169.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=85.44%
G=3.88%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841100.950.880.6535591.318.04
Hex584B05F58411635b12
Octal130413013713010154313322
Binary101100010010110101111110110001000001101100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58040B; }

 p { color: rgb(88,4,11); }

 H1.HeaderClassName
 {
   color: #58040B;
 }
 .AnyTagClassName
 {
   color: #58040B;
 }
</style>
background-color css

<style>
 a { background-color: #58040B; }

 a { background-color: rgb(88,4,11); }

 div.DivClassName
 {
   background-color: #58040B;
 }
 .BgClassName
 {
   background-color: #58040B;
 }
</style>
border-color css

<style>
 span { border-color: #58040B; }

 span { border-color: rgb(88,4,11); }

 td.TdClassName
 {
   border-color: #58040B;
 }
 .TagClassName
 {
   border-color: #58040B;
 }
</style>