#58060C

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

Shades of Bordeaux #58060C

Tints of Bordeaux #58060C

Color information

#58060C (or 0x58060C) is unknown color: approx Bordeaux. HEX triplet: 58, 06 and 0C. RGB value is (88,6,12). Sum of RGB (Red+Green+Blue) = 88+6+12=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #58060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060C is #A7F9F3. Grayscale: #1F1F1F. Windows color (decimal): -11008500 or 788056. OLE color: 788056.

HSL color Cylindrical-coordinate representation of color #58060C: hue angle of 355.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB88612-
CMYK00.930.860.65
HSL355.61º87.23%18.43%-
HSV(B)355.61º93.18%34.51%-
XYZ4.162.230.56-
YUV31.2117.17168.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=83.02%
G=5.66%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8861200.930.860.65355.6187.2318.43
Hex586C05D56411645712
Octal130614013512610154412722
Binary101100011011000101110110101101000001101100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58060C; }

 p { color: rgb(88,6,12); }

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

<style>
 a { background-color: #58060C; }

 a { background-color: rgb(88,6,12); }

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

<style>
 span { border-color: #58060C; }

 span { border-color: rgb(88,6,12); }

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