#55080C

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

Shades of Bordeaux #55080C

Tints of Bordeaux #55080C

Color information

#55080C (or 0x55080C) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 0C. RGB value is (85,8,12). Sum of RGB (Red+Green+Blue) = 85+8+12=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #55080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080C is #AAF7F3. Grayscale: #1F1F1F. Windows color (decimal): -11204596 or 788565. OLE color: 788565.

HSL color Cylindrical-coordinate representation of color #55080C: hue angle of 356.88º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55080C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB85812-
CMYK00.910.860.67
HSL356.88º82.8%18.24%-
HSV(B)356.88º90.59%33.33%-
XYZ3.92.130.55-
YUV31.48117.01166.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=80.95%
G=7.62%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581200.910.860.67356.8882.818.24
Hex558C05B56431655312
Octal1251014013312610354512322
Binary1010101100011000101101110101101000011101100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,8,12); }

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

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

 a { background-color: rgb(85,8,12); }

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

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

 span { border-color: rgb(85,8,12); }

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