#550220

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

Shades of Bordeaux #550220

Tints of Bordeaux #550220

Color information

#550220 (or 0x550220) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 20. RGB value is (85,2,32). Sum of RGB (Red+Green+Blue) = 85+2+32=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #550220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550220 is #AAFDDF. Grayscale: #1E1E1E. Windows color (decimal): -11206112 or 2097749. OLE color: 2097749.

HSL color Cylindrical-coordinate representation of color #550220: hue angle of 338.31º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550220 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB85232-
CMYK00.980.620.67
HSL338.31º95.4%17.06%-
HSV(B)338.31º97.65%33.33%-
XYZ4.032.081.56-
YUV30.24129167.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=71.43%
G=1.68%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8523200.980.620.67338.3195.417.06
Hex552200623E431525f11
Octal12524001427610352213721
Binary101010110100000011000101111101000011101010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550220; }

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

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

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

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

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

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

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

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