Html Css Color HEX #221120 Mardi Gras

📋 copy color: '#221120'

red 34 ◦ green 17 ◦ blue 32

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

Shades of Mardi Gras #221120

Tints of Mardi Gras #221120

RGB

 RED value IS 34 (13.67% from 255) = 40.96%

 GREEN value IS 17 (7.03% from 255) = 20.48%

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

R = 40.96%
G = 20.48%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#221120 (or 0x221120) is known color: Mardi Gras. HEX triplet: 22, 11 and 20. RGB value is (34,17,32). Sum of RGB (Red+Green+Blue) = 34+17+32=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221120 is #DDEEDF. Grayscale: #171717. Windows color (decimal): -14544608 or 2101538. OLE color: 2101538.

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

Color convert

RGB 34 17 32 -
CMYK 0 0.50 0.06 0.87
HSL 307.06º 0.33% 0.1% -
HSV(B) 307.06º 0.5% 0.13% -
XYZ 1.12 0.85 1.47 -
YUV 23.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 34 17 32 0 0.50 0.06 0.87 307.06 0.33 0.1
Hex 22 11 20 0 32 6 57 133 21 A
Octal 42 21 40 0 62 6 127 463 41 12
Binary 100010 10001 100000 0 110010 110 1010111 100110011 100001 1010

Color Harmonies of #221120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221120

Black with #221120

Text Example


Text Example

White with #221120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221120; }

 p { color: rgb(34,17,32); }

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

background-color css

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

 a { background-color: rgb(34,17,32); }

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

border-color css

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

 span { border-color: rgb(34,17,32); }

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