#421A3E

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

Shades of Mardi Gras #421A3E

Tints of Mardi Gras #421A3E

Color information

#421A3E (or 0x421A3E) is unknown color: approx Mardi Gras. HEX triplet: 42, 1A and 3E. RGB value is (66,26,62). Sum of RGB (Red+Green+Blue) = 66+26+62=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #421A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A3E is #BDE5C1. Grayscale: #292929. Windows color (decimal): -12445122 or 4069954. OLE color: 4069954.

HSL color Cylindrical-coordinate representation of color #421A3E: hue angle of 306º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A3E is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB662662-
CMYK00.610.060.74
HSL306º43.48%18.04%-
HSV(B)306º60.61%25.88%-
XYZ3.492.244.81-
YUV42.06139.25145.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=42.86%
G=16.88%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66266200.610.060.7430643.4818.04
Hex421A3E03D64A1322b12
Octal102327607561124625322
Binary1000010110101111100111101110100101010011001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A3E; }

 p { color: rgb(66,26,62); }

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

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

 a { background-color: rgb(66,26,62); }

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

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

 span { border-color: rgb(66,26,62); }

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