#420A40

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

Shades of Mardi Gras #420A40

Tints of Mardi Gras #420A40

Color information

#420A40 (or 0x420A40) is unknown color: approx Mardi Gras. HEX triplet: 42, 0A and 40. RGB value is (66,10,64). Sum of RGB (Red+Green+Blue) = 66+10+64=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #420A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A40 is #BDF5BF. Grayscale: #202020. Windows color (decimal): -12449216 or 4196930. OLE color: 4196930.

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

Color convert

RGB661064-
CMYK00.850.030.74
HSL302.14º73.68%14.9%-
HSV(B)302.14º84.85%25.88%-
XYZ3.281.755.01-
YUV32.9145.55151.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=47.14%
G=7.14%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66106400.850.030.74302.1473.6814.9
Hex42A4005534A12e4af
Octal102121000125311245611217
Binary1000010101010000000101010111100101010010111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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