#421E3E

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

Shades of Mardi Gras #421E3E

Tints of Mardi Gras #421E3E

Color information

#421E3E (or 0x421E3E) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 3E. RGB value is (66,30,62). Sum of RGB (Red+Green+Blue) = 66+30+62=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3E is #BDE1C1. Grayscale: #2C2C2C. Windows color (decimal): -12444098 or 4070978. OLE color: 4070978.

HSL color Cylindrical-coordinate representation of color #421E3E: hue angle of 306.67º 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 #421E3E is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB663062-
CMYK00.550.060.74
HSL306.67º37.5%18.82%-
HSV(B)306.67º54.55%25.88%-
XYZ3.582.434.84-
YUV44.41137.93143.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=41.77%
G=18.99%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66306200.550.060.74306.6737.518.82
Hex421E3E03764A1332613
Octal102367606761124634623
Binary1000010111101111100110111110100101010011001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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