#220421

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

Shades of Mardi Gras #220421

Tints of Mardi Gras #220421

Color information

#220421 (or 0x220421) is unknown color: approx Mardi Gras. HEX triplet: 22, 04 and 21. RGB value is (34,4,33). Sum of RGB (Red+Green+Blue) = 34+4+33=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #220421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220421 is #DDFBDE. Grayscale: #101010. Windows color (decimal): -14547935 or 2163746. OLE color: 2163746.

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

Color convert

RGB34433-
CMYK00.880.030.87
HSL302º78.95%7.45%-
HSV(B)302º88.24%13.33%-
XYZ0.980.541.49-
YUV16.28137.44140.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=47.89%
G=5.63%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3443300.880.030.8730278.957.45
Hex2242105835712e4f7
Octal42441013031274561177
Binary100010100100001010110001110101111001011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220421; }

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

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

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

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

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

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

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

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