#55010C

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

Shades of Bordeaux #55010C

Tints of Bordeaux #55010C

Color information

#55010C (or 0x55010C) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 0C. RGB value is (85,1,12). Sum of RGB (Red+Green+Blue) = 85+1+12=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #55010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010C is #AAFEF3. Grayscale: #1B1B1B. Windows color (decimal): -11206388 or 786773. OLE color: 786773.

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

Color convert

RGB85112-
CMYK00.990.860.67
HSL352.14º97.67%16.86%-
HSV(B)352.14º98.82%33.33%-
XYZ3.821.980.53-
YUV27.37119.33169.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=86.73%
G=1.02%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511200.990.860.67352.1497.6716.86
Hex551C06356431606211
Octal125114014312610354014221
Binary1010101111000110001110101101000011101100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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