#420840

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

Shades of Mardi Gras #420840

Tints of Mardi Gras #420840

Color information

#420840 (or 0x420840) is unknown color: approx Mardi Gras. HEX triplet: 42, 08 and 40. RGB value is (66,8,64). Sum of RGB (Red+Green+Blue) = 66+8+64=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #420840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420840 is #BDF7BF. Grayscale: #1F1F1F. Windows color (decimal): -12449728 or 4196418. OLE color: 4196418.

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

Color convert

RGB66864-
CMYK00.880.030.74
HSL302.07º78.38%14.51%-
HSV(B)302.07º87.88%25.88%-
XYZ3.261.75.01-
YUV31.73146.22152.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=47.83%
G=5.80%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6686400.880.030.74302.0778.3814.51
Hex4284005834A12e4ef
Octal102101000130311245611617
Binary1000010100010000000101100011100101010010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420840; }

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

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

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

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

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

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

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

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