#420140

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

Shades of Mardi Gras #420140

Tints of Mardi Gras #420140

Color information

#420140 (or 0x420140) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 40. RGB value is (66,1,64). Sum of RGB (Red+Green+Blue) = 66+1+64=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #420140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420140 is #BDFEBF. Grayscale: #1B1B1B. Windows color (decimal): -12451520 or 4194626. OLE color: 4194626.

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

Color convert

RGB66164-
CMYK00.980.030.74
HSL301.85º97.01%13.14%-
HSV(B)301.85º98.48%25.88%-
XYZ3.181.554.98-
YUV27.62148.53155.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=50.38%
G=0.76%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616400.980.030.74301.8597.0113.14
Hex4214006234A12e61d
Octal10211000142311245614115
Binary1000010110000000110001011100101010010111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420140; }

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

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

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

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

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

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

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

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