#550120

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

Shades of Bordeaux #550120

Tints of Bordeaux #550120

Color information

#550120 (or 0x550120) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 20. RGB value is (85,1,32). Sum of RGB (Red+Green+Blue) = 85+1+32=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550120 is #AAFEDF. Grayscale: #1D1D1D. Windows color (decimal): -11206368 or 2097493. OLE color: 2097493.

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

Color convert

RGB85132-
CMYK00.990.620.67
HSL337.86º97.67%16.86%-
HSV(B)337.86º98.82%33.33%-
XYZ4.022.061.55-
YUV29.65129.33167.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=72.03%
G=0.85%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513200.990.620.67337.8697.6716.86
Hex551200633E431526211
Octal12514001437610352214221
Binary10101011100000011000111111101000011101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550120; }

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

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

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

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

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

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

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

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