#421D3D

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

Shades of Mardi Gras #421D3D

Tints of Mardi Gras #421D3D

Color information

#421D3D (or 0x421D3D) is unknown color: approx Mardi Gras. HEX triplet: 42, 1D and 3D. RGB value is (66,29,61). Sum of RGB (Red+Green+Blue) = 66+29+61=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #421D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D3D is #BDE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12444355 or 4005186. OLE color: 4005186.

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

Color convert

RGB662961-
CMYK00.560.080.74
HSL308.11º38.95%18.63%-
HSV(B)308.11º56.06%25.88%-
XYZ3.532.374.69-
YUV43.71137.76143.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=42.31%
G=18.59%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66296100.560.080.74308.1138.9518.63
Hex421D3D03884A1342713
Octal1023575070101124644723
Binary10000101110111110101110001000100101010011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,29,61); }

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

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

 a { background-color: rgb(66,29,61); }

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

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

 span { border-color: rgb(66,29,61); }

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