#55040C

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

Shades of Bordeaux #55040C

Tints of Bordeaux #55040C

Color information

#55040C (or 0x55040C) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 0C. RGB value is (85,4,12). Sum of RGB (Red+Green+Blue) = 85+4+12=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55040C is #AAFBF3. Grayscale: #1D1D1D. Windows color (decimal): -11205620 or 787541. OLE color: 787541.

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

Color convert

RGB85412-
CMYK00.950.860.67
HSL354.07º91.01%17.45%-
HSV(B)354.07º95.29%33.33%-
XYZ3.862.040.54-
YUV29.13118.34167.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 84.16%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=84.16%
G=3.96%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541200.950.860.67354.0791.0117.45
Hex554C05F56431625b11
Octal125414013712610354213321
Binary101010110011000101111110101101000011101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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