Html Css Color HEX #211020 Mardi Gras

📋 copy color: '#211020'

red 33 ◦ green 16 ◦ blue 32

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

Shades of Mardi Gras #211020

Tints of Mardi Gras #211020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.75%

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

R = 40.74%
G = 19.75%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211020 (or 0x211020) is known color: Mardi Gras. HEX triplet: 21, 10 and 20. RGB value is (33,16,32). Sum of RGB (Red+Green+Blue) = 33+16+32=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211020 is #DEEFDF. Grayscale: #161616. Windows color (decimal): -14610400 or 2101281. OLE color: 2101281.

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

Color convert

RGB 33 16 32 -
CMYK 0 0.52 0.03 0.87
HSL 303.53º 0.35% 0.1% -
HSV(B) 303.53º 0.52% 0.13% -
XYZ 1.07 0.8 1.46 -
YUV 22.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 33 16 32 0 0.52 0.03 0.87 303.53 0.35 0.1
Hex 21 10 20 0 34 3 57 130 23 A
Octal 41 20 40 0 64 3 127 460 43 12
Binary 100001 10000 100000 0 110100 11 1010111 100110000 100011 1010

Color Harmonies of #211020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211020

Black with #211020

Text Example


Text Example

White with #211020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211020; }

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

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

background-color css

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

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

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

border-color css

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

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

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