#550522

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

Shades of Bordeaux #550522

Tints of Bordeaux #550522

Color information

#550522 (or 0x550522) is unknown color: approx Bordeaux. HEX triplet: 55, 05 and 22. RGB value is (85,5,34). Sum of RGB (Red+Green+Blue) = 85+5+34=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550522 is #AAFADD. Grayscale: #202020. Windows color (decimal): -11205342 or 2229589. OLE color: 2229589.

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

Color convert

RGB85534-
CMYK00.940.600.67
HSL338.25º88.89%17.65%-
HSV(B)338.25º94.12%33.33%-
XYZ4.092.161.71-
YUV32.23129165.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=68.55%
G=4.03%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553400.940.600.67338.2588.8917.65
Hex5552205E3C431525912
Octal12554201367410352213122
Binary1010101101100010010111101111001000011101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550522; }

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

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

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

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

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

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

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

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