#420A3F

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

Shades of Mardi Gras #420A3F

Tints of Mardi Gras #420A3F

Color information

#420A3F (or 0x420A3F) is unknown color: approx Mardi Gras. HEX triplet: 42, 0A and 3F. RGB value is (66,10,63). Sum of RGB (Red+Green+Blue) = 66+10+63=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #420A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A3F is #BDF5C0. Grayscale: #202020. Windows color (decimal): -12449217 or 4131394. OLE color: 4131394.

HSL color Cylindrical-coordinate representation of color #420A3F: hue angle of 303.21º 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 #420A3F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB661063-
CMYK00.850.050.74
HSL303.21º73.68%14.9%-
HSV(B)303.21º84.85%25.88%-
XYZ3.251.734.87-
YUV32.79145.05151.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 63 (25% from 255) = 45.32%
R=47.48%
G=7.19%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66106300.850.050.74303.2173.6814.9
Hex42A3F05554A12f4af
Octal10212770125511245711217
Binary1000010101011111101010101101100101010010111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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