#420541

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

Shades of Mardi Gras #420541

Tints of Mardi Gras #420541

Color information

#420541 (or 0x420541) is unknown color: approx Mardi Gras. HEX triplet: 42, 05 and 41. RGB value is (66,5,65). Sum of RGB (Red+Green+Blue) = 66+5+65=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #420541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420541 is #BDFABE. Grayscale: #1D1D1D. Windows color (decimal): -12450495 or 4261186. OLE color: 4261186.

HSL color Cylindrical-coordinate representation of color #420541: hue angle of 300.98º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420541 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB66565-
CMYK00.920.020.74
HSL300.98º85.92%13.92%-
HSV(B)300.98º92.42%25.88%-
XYZ3.261.655.15-
YUV30.08147.71153.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=48.53%
G=3.68%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6656500.920.020.74300.9885.9213.92
Hex4254105C24A12d56e
Octal10251010134211245512616
Binary100001010110000010101110010100101010010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420541; }

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

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

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

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

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

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

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

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