#420240

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

Shades of Mardi Gras #420240

Tints of Mardi Gras #420240

Color information

#420240 (or 0x420240) is unknown color: approx Mardi Gras. HEX triplet: 42, 02 and 40. RGB value is (66,2,64). Sum of RGB (Red+Green+Blue) = 66+2+64=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #420240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420240 is #BDFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12451264 or 4194882. OLE color: 4194882.

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

Color convert

RGB66264-
CMYK00.970.030.74
HSL301.88º94.12%13.33%-
HSV(B)301.88º96.97%25.88%-
XYZ3.191.574.99-
YUV28.2148.2154.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=50%
G=1.52%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6626400.970.030.74301.8894.1213.33
Hex4224006134A12e5ed
Octal10221000141311245613615
Binary10000101010000000110000111100101010010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420240; }

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

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

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

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

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

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

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

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