#550811

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

Shades of Bordeaux #550811

Tints of Bordeaux #550811

Color information

#550811 (or 0x550811) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 11. RGB value is (85,8,17). Sum of RGB (Red+Green+Blue) = 85+8+17=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550811 is #AAF7EE. Grayscale: #202020. Windows color (decimal): -11204591 or 1116245. OLE color: 1116245.

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

Color convert

RGB85817-
CMYK00.910.800.67
HSL352.99º82.8%18.24%-
HSV(B)352.99º90.59%33.33%-
XYZ3.932.150.74-
YUV32.05119.51165.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=77.27%
G=7.27%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581700.910.800.67352.9982.818.24
Hex5581105B50431615312
Octal1251021013312010354112322
Binary10101011000100010101101110100001000011101100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550811; }

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

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

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

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

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

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

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

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