#55090C

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

Shades of Bordeaux #55090C

Tints of Bordeaux #55090C

Color information

#55090C (or 0x55090C) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 0C. RGB value is (85,9,12). Sum of RGB (Red+Green+Blue) = 85+9+12=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #55090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090C is #AAF6F3. Grayscale: #202020. Windows color (decimal): -11204340 or 788821. OLE color: 788821.

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

Color convert

RGB85912-
CMYK00.890.860.67
HSL357.63º80.85%18.43%-
HSV(B)357.63º89.41%33.33%-
XYZ3.912.150.56-
YUV32.07116.68165.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=80.19%
G=8.49%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8591200.890.860.67357.6380.8518.43
Hex559C05956431665112
Octal1251114013112610354612122
Binary1010101100111000101100110101101000011101100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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