#55020C

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

Shades of Bordeaux #55020C

Tints of Bordeaux #55020C

Color information

#55020C (or 0x55020C) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 0C. RGB value is (85,2,12). Sum of RGB (Red+Green+Blue) = 85+2+12=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #55020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020C is #AAFDF3. Grayscale: #1C1C1C. Windows color (decimal): -11206132 or 787029. OLE color: 787029.

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

Color convert

RGB85212-
CMYK00.980.860.67
HSL352.77º95.4%17.06%-
HSV(B)352.77º97.65%33.33%-
XYZ3.8320.53-
YUV27.96119168.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85.86%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=85.86%
G=2.02%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8521200.980.860.67352.7795.417.06
Hex552C06256431615f11
Octal125214014212610354113721
Binary10101011011000110001010101101000011101100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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