Html Css Color HEX #200521 Mardi Gras

📋 copy color: '#200521'

red 32 ◦ green 5 ◦ blue 33

#200521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #200521

Tints of Mardi Gras #200521

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 value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#200521 (or 0x200521) is known color: 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

RGB 32 5 33 -
CMYK 0.03 0.85 0 0.87
HSL 297.86º 0.74% 0.07% -
HSV(B) 297.86º 0.85% 0.13% -
XYZ 0.92 0.53 1.49 -
YUV 16.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 32 5 33 0.03 0.85 0 0.87 297.86 0.74 0.07
Hex 20 5 21 3 55 0 57 12A 4A 7
Octal 40 5 41 3 125 0 127 452 112 7
Binary 100000 101 100001 11 1010101 0 1010111 100101010 1001010 111

Color Harmonies of #200521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200521

Black with #200521

Text Example


Text Example

White with #200521

Text Example


Text Example

HTML Codes & Css Web 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>