Html Css Color HEX #210020 Mardi Gras

📋 copy color: '#210020'

red 33 ◦ green 0 ◦ blue 32

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

Shades of Mardi Gras #210020

Tints of Mardi Gras #210020

RGB

 RED value IS 33 (13.28% from 255) = 50.77%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 49.23%

R = 50.77%
G = 0%
B = 49.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#210020 (or 0x210020) is known color: Mardi Gras. HEX triplet: 21, 00 and 20. RGB value is (33,0,32). Sum of RGB (Red+Green+Blue) = 33+0+32=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210020 is #DEFFDF. Grayscale: #0D0D0D. Windows color (decimal): -14614496 or 2097185. OLE color: 2097185.

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

Color convert

RGB 33 0 32 -
CMYK 0 1 0.03 0.87
HSL 301.82º 1% 0.06% -
HSV(B) 301.82º 1% 0.13% -
XYZ 0.89 0.43 1.4 -
YUV 13.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 33 0 32 0 1 0.03 0.87 301.82 1 0.06
Hex 21 0 20 0 64 3 57 12E 64 6
Octal 41 0 40 0 144 3 127 456 144 6
Binary 100001 0 100000 0 1100100 11 1010111 100101110 1100100 110

Color Harmonies of #210020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210020

Black with #210020

Text Example


Text Example

White with #210020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210020; }

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

 H1.HeaderClassName
 {
   color: #210020;
 }
 .AnyTagClassName
 {
   color: #210020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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