#210520

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

Shades of Mardi Gras #210520

Tints of Mardi Gras #210520

Color information

#210520 (or 0x210520) is unknown color: approx Mardi Gras. HEX triplet: 21, 05 and 20. RGB value is (33,5,32). Sum of RGB (Red+Green+Blue) = 33+5+32=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #210520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210520 is #DEFADF. Grayscale: #101010. Windows color (decimal): -14613216 or 2098465. OLE color: 2098465.

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

Color convert

RGB33532-
CMYK00.850.030.87
HSL302.14º73.68%7.45%-
HSV(B)302.14º84.85%12.94%-
XYZ0.940.541.42-
YUV16.45136.78139.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=47.14%
G=7.14%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3353200.850.030.87302.1473.687.45
Hex2152005535712e4a7
Octal41540012531274561127
Binary100001101100000010101011110101111001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210520; }

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

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

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

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

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

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

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

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