#421F41

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

Shades of Mardi Gras #421F41

Tints of Mardi Gras #421F41

Color information

#421F41 (or 0x421F41) is unknown color: approx Mardi Gras. HEX triplet: 42, 1F and 41. RGB value is (66,31,65). Sum of RGB (Red+Green+Blue) = 66+31+65=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #421F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F41 is #BDE0BE. Grayscale: #2D2D2D. Windows color (decimal): -12443839 or 4267842. OLE color: 4267842.

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

Color convert

RGB663165-
CMYK00.530.020.74
HSL301.71º36.08%19.02%-
HSV(B)301.71º53.03%25.88%-
XYZ3.692.525.29-
YUV45.34139.1142.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=40.74%
G=19.14%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66316500.530.020.74301.7136.0819.02
Hex421F4103524A12e2413
Octal1023710106521124564423
Binary1000010111111000001011010110100101010010111010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,65); }

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

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

 a { background-color: rgb(66,31,65); }

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

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

 span { border-color: rgb(66,31,65); }

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