#55081C

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

Shades of Bordeaux #55081C

Tints of Bordeaux #55081C

Color information

#55081C (or 0x55081C) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 1C. RGB value is (85,8,28). Sum of RGB (Red+Green+Blue) = 85+8+28=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081C is #AAF7E3. Grayscale: #212121. Windows color (decimal): -11204580 or 1837141. OLE color: 1837141.

HSL color Cylindrical-coordinate representation of color #55081C: hue angle of 344.42º 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 #55081C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB85828-
CMYK00.910.670.67
HSL344.42º82.8%18.24%-
HSV(B)344.42º90.59%33.33%-
XYZ4.042.191.31-
YUV33.3125.01164.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=70.25%
G=6.61%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582800.910.670.67344.4282.818.24
Hex5581C05B43431585312
Octal1251034013310310353012322
Binary10101011000111000101101110000111000011101011000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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