#420740

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

Shades of Mardi Gras #420740

Tints of Mardi Gras #420740

Color information

#420740 (or 0x420740) is unknown color: approx Mardi Gras. HEX triplet: 42, 07 and 40. RGB value is (66,7,64). Sum of RGB (Red+Green+Blue) = 66+7+64=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #420740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420740 is #BDF8BF. Grayscale: #1E1E1E. Windows color (decimal): -12449984 or 4196162. OLE color: 4196162.

HSL color Cylindrical-coordinate representation of color #420740: hue angle of 302.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420740 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB66764-
CMYK00.890.030.74
HSL302.03º80.82%14.31%-
HSV(B)302.03º89.39%25.88%-
XYZ3.251.685-
YUV31.14146.55152.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=48.18%
G=5.11%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6676400.890.030.74302.0380.8214.31
Hex4274005934A12e51e
Octal10271000131311245612116
Binary100001011110000000101100111100101010010111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420740; }

 p { color: rgb(66,7,64); }

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

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

 a { background-color: rgb(66,7,64); }

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

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

 span { border-color: rgb(66,7,64); }

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