#550922

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

Shades of Bordeaux #550922

Tints of Bordeaux #550922

Color information

#550922 (or 0x550922) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 22. RGB value is (85,9,34). Sum of RGB (Red+Green+Blue) = 85+9+34=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #550922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550922 is #AAF6DD. Grayscale: #222222. Windows color (decimal): -11204318 or 2230613. OLE color: 2230613.

HSL color Cylindrical-coordinate representation of color #550922: hue angle of 340.26º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550922 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB85934-
CMYK00.890.600.67
HSL340.26º80.85%18.43%-
HSV(B)340.26º89.41%33.33%-
XYZ4.132.241.73-
YUV34.57127.68163.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=66.41%
G=7.03%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593400.890.600.67340.2680.8518.43
Hex559220593C431545112
Octal125114201317410352412122
Binary10101011001100010010110011111001000011101010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550922; }

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

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

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

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

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

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

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

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