Html Css Color HEX #210520 Mardi Gras

📋 copy color: '#210520'

red 33 ◦ green 5 ◦ blue 32

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

Shades of Mardi Gras #210520

Tints of Mardi Gras #210520

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

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 33 5 32 -
CMYK 0 0.85 0.03 0.87
HSL 302.14º 0.74% 0.07% -
HSV(B) 302.14º 0.85% 0.13% -
XYZ 0.94 0.54 1.42 -
YUV 16.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 33 5 32 0 0.85 0.03 0.87 302.14 0.74 0.07
Hex 21 5 20 0 55 3 57 12E 4A 7
Octal 41 5 40 0 125 3 127 456 112 7
Binary 100001 101 100000 0 1010101 11 1010111 100101110 1001010 111

Color Harmonies of #210520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210520

Black with #210520

Text Example


Text Example

White with #210520

Text Example


Text Example

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