#550420

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

Shades of Bordeaux #550420

Tints of Bordeaux #550420

Color information

#550420 (or 0x550420) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 20. RGB value is (85,4,32). Sum of RGB (Red+Green+Blue) = 85+4+32=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550420 is #AAFBDF. Grayscale: #1F1F1F. Windows color (decimal): -11205600 or 2098261. OLE color: 2098261.

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

Color convert

RGB85432-
CMYK00.950.620.67
HSL339.26º91.01%17.45%-
HSV(B)339.26º95.29%33.33%-
XYZ4.052.121.56-
YUV31.41128.34166.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=70.25%
G=3.31%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8543200.950.620.67339.2691.0117.45
Hex5542005F3E431535b11
Octal12544001377610352313321
Binary1010101100100000010111111111101000011101010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550420; }

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

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

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

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

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

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

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

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