#210120

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

Shades of Mardi Gras #210120

Tints of Mardi Gras #210120

Color information

#210120 (or 0x210120) is unknown color: approx Mardi Gras. HEX triplet: 21, 01 and 20. RGB value is (33,1,32). Sum of RGB (Red+Green+Blue) = 33+1+32=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210120 is #DEFEDF. Grayscale: #0E0E0E. Windows color (decimal): -14614240 or 2097441. OLE color: 2097441.

HSL color Cylindrical-coordinate representation of color #210120: hue angle of 301.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210120 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB33132-
CMYK00.970.030.87
HSL301.88º94.12%6.67%-
HSV(B)301.88º96.97%12.94%-
XYZ0.90.451.41-
YUV14.1138.1141.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=50%
G=1.52%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3313200.970.030.87301.8894.126.67
Hex2112006135712e5e7
Octal41140014131274561367
Binary1000011100000011000011110101111001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210120; }

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

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

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

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

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

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

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

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