#220721

Color #220721 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #220721

Tints of Mardi Gras #220721

Color information

#220721 (or 0x220721) is unknown color: approx Mardi Gras. HEX triplet: 22, 07 and 21. RGB value is (34,7,33). Sum of RGB (Red+Green+Blue) = 34+7+33=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #220721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220721 is #DDF8DE. Grayscale: #111111. Windows color (decimal): -14547167 or 2164514. OLE color: 2164514.

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

Color convert

RGB34733-
CMYK00.790.030.87
HSL302.22º65.85%8.04%-
HSV(B)302.22º79.41%13.33%-
XYZ1.010.61.5-
YUV18.04136.45139.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=45.95%
G=9.46%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3473300.790.030.87302.2265.858.04
Hex2272104F35712e428
Octal427410117312745610210
Binary1000101111000010100111111101011110010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220721; }

 p { color: rgb(34,7,33); }

 H1.HeaderClassName
 {
   color: #220721;
 }
 .AnyTagClassName
 {
   color: #220721;
 }
</style>
background-color css

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

 a { background-color: rgb(34,7,33); }

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

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

 span { border-color: rgb(34,7,33); }

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