#421E3C

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

Shades of Mardi Gras #421E3C

Tints of Mardi Gras #421E3C

Color information

#421E3C (or 0x421E3C) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 3C. RGB value is (66,30,60). Sum of RGB (Red+Green+Blue) = 66+30+60=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3C is #BDE1C3. Grayscale: #2C2C2C. Windows color (decimal): -12444100 or 3939906. OLE color: 3939906.

HSL color Cylindrical-coordinate representation of color #421E3C: hue angle of 310º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E3C is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB663060-
CMYK00.550.090.74
HSL310º37.5%18.82%-
HSV(B)310º54.55%25.88%-
XYZ3.532.414.55-
YUV44.18136.93143.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=42.31%
G=19.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66306000.550.090.7431037.518.82
Hex421E3C03794A1362613
Octal1023674067111124664623
Binary10000101111011110001101111001100101010011011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,60); }

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

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

 a { background-color: rgb(66,30,60); }

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

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

 span { border-color: rgb(66,30,60); }

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