#200521

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

Shades of Mardi Gras #200521

Tints of Mardi Gras #200521

Color information

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

HSL color Cylindrical-coordinate representation of color #200521: hue angle of 297.86º 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 #200521 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB32533-
CMYK0.030.8500.87
HSL297.86º73.68%7.45%-
HSV(B)297.86º84.85%12.94%-
XYZ0.920.531.49-
YUV16.26137.45139.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325330.030.8500.87297.8673.687.45
Hex2052135505712a4a7
Octal40541312501274521127
Binary100000101100001111010101010101111001010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200521; }

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

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

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

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

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

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

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

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