#550920

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

Shades of Bordeaux #550920

Tints of Bordeaux #550920

Color information

#550920 (or 0x550920) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 20. RGB value is (85,9,32). Sum of RGB (Red+Green+Blue) = 85+9+32=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550920 is #AAF6DF. Grayscale: #222222. Windows color (decimal): -11204320 or 2099541. OLE color: 2099541.

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

Color convert

RGB85932-
CMYK00.890.620.67
HSL341.84º80.85%18.43%-
HSV(B)341.84º89.41%33.33%-
XYZ4.12.231.58-
YUV34.35126.68164.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=67.46%
G=7.14%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593200.890.620.67341.8480.8518.43
Hex559200593E431565112
Octal125114001317610352612122
Binary10101011001100000010110011111101000011101010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550920; }

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

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

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

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

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

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

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

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