#550121

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

Shades of Bordeaux #550121

Tints of Bordeaux #550121

Color information

#550121 (or 0x550121) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 21. RGB value is (85,1,33). Sum of RGB (Red+Green+Blue) = 85+1+33=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #550121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550121 is #AAFEDE. Grayscale: #1D1D1D. Windows color (decimal): -11206367 or 2163029. OLE color: 2163029.

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

Color convert

RGB85133-
CMYK00.990.610.67
HSL337.14º97.67%16.86%-
HSV(B)337.14º98.82%33.33%-
XYZ4.032.061.62-
YUV29.76129.83167.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=71.43%
G=0.84%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513300.990.610.67337.1497.6716.86
Hex551210633D431516211
Octal12514101437510352114221
Binary10101011100001011000111111011000011101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550121; }

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

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

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

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

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

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

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

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