#55081B

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

Shades of Bordeaux #55081B

Tints of Bordeaux #55081B

Color information

#55081B (or 0x55081B) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 1B. RGB value is (85,8,27). Sum of RGB (Red+Green+Blue) = 85+8+27=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081B is #AAF7E4. Grayscale: #212121. Windows color (decimal): -11204581 or 1771605. OLE color: 1771605.

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

Color convert

RGB85827-
CMYK00.910.680.67
HSL345.19º82.8%18.24%-
HSV(B)345.19º90.59%33.33%-
XYZ4.032.181.25-
YUV33.19124.51164.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.83%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=70.83%
G=6.67%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582700.910.680.67345.1982.818.24
Hex5581B05B44431595312
Octal1251033013310410353112322
Binary10101011000110110101101110001001000011101011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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