#420E3C

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

Shades of Mardi Gras #420E3C

Tints of Mardi Gras #420E3C

Color information

#420E3C (or 0x420E3C) is unknown color: approx Mardi Gras. HEX triplet: 42, 0E and 3C. RGB value is (66,14,60). Sum of RGB (Red+Green+Blue) = 66+14+60=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #420E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E3C is #BDF1C3. Grayscale: #222222. Windows color (decimal): -12448196 or 3935810. OLE color: 3935810.

HSL color Cylindrical-coordinate representation of color #420E3C: hue angle of 306.92º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E3C is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB661460-
CMYK00.790.090.74
HSL306.92º65%15.69%-
HSV(B)306.92º78.79%25.88%-
XYZ3.221.84.45-
YUV34.79142.23150.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=47.14%
G=10%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66146000.790.090.74306.926515.69
Hex42E3C04F94A1334110
Octal102167401171111246310120
Binary100001011101111000100111110011001010100110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420E3C; }

 p { color: rgb(66,14,60); }

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

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

 a { background-color: rgb(66,14,60); }

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

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

 span { border-color: rgb(66,14,60); }

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