#220720

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

Shades of Mardi Gras #220720

Tints of Mardi Gras #220720

Color information

#220720 (or 0x220720) is unknown color: approx Mardi Gras. HEX triplet: 22, 07 and 20. RGB value is (34,7,32). Sum of RGB (Red+Green+Blue) = 34+7+32=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220720 is #DDF8DF. Grayscale: #111111. Windows color (decimal): -14547168 or 2098978. OLE color: 2098978.

HSL color Cylindrical-coordinate representation of color #220720: hue angle of 304.44º 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 #220720 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB34732-
CMYK00.790.060.87
HSL304.44º65.85%8.04%-
HSV(B)304.44º79.41%13.33%-
XYZ10.61.43-
YUV17.92135.95139.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=46.58%
G=9.59%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3473200.790.060.87304.4465.858.04
Hex2272004F657130428
Octal427400117612746010210
Binary10001011110000001001111110101011110011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220720; }

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

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

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

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

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

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

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

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