#55081A

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

Shades of Bordeaux #55081A

Tints of Bordeaux #55081A

Color information

#55081A (or 0x55081A) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 1A. RGB value is (85,8,26). Sum of RGB (Red+Green+Blue) = 85+8+26=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081A is #AAF7E5. Grayscale: #212121. Windows color (decimal): -11204582 or 1706069. OLE color: 1706069.

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

Color convert

RGB85826-
CMYK00.910.690.67
HSL345.97º82.8%18.24%-
HSV(B)345.97º90.59%33.33%-
XYZ4.022.181.19-
YUV33.07124.01165.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=71.43%
G=6.72%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582600.910.690.67345.9782.818.24
Hex5581A05B454315a5312
Octal1251032013310510353212322
Binary10101011000110100101101110001011000011101011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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