#550822

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

Shades of Bordeaux #550822

Tints of Bordeaux #550822

Color information

#550822 (or 0x550822) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 22. RGB value is (85,8,34). Sum of RGB (Red+Green+Blue) = 85+8+34=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #550822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550822 is #AAF7DD. Grayscale: #212121. Windows color (decimal): -11204574 or 2230357. OLE color: 2230357.

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

Color convert

RGB85834-
CMYK00.910.600.67
HSL339.74º82.8%18.24%-
HSV(B)339.74º90.59%33.33%-
XYZ4.122.221.72-
YUV33.99128.01164.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=66.93%
G=6.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583400.910.600.67339.7482.818.24
Hex5582205B3C431545312
Octal125104201337410352412322
Binary10101011000100010010110111111001000011101010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550822; }

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

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

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

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

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

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

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

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