#420949

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

Shades of Mardi Gras #420949

Tints of Mardi Gras #420949

Color information

#420949 (or 0x420949) is unknown color: approx Mardi Gras. HEX triplet: 42, 09 and 49. RGB value is (66,9,73). Sum of RGB (Red+Green+Blue) = 66+9+73=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #420949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420949 is #BDF6B6. Grayscale: #212121. Windows color (decimal): -12449463 or 4786498. OLE color: 4786498.

HSL color Cylindrical-coordinate representation of color #420949: hue angle of 293.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420949 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB66973-
CMYK0.100.8800.71
HSL293.44º78.05%16.08%-
HSV(B)293.44º87.67%28.63%-
XYZ3.551.836.47-
YUV33.34150.38151.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=44.59%
G=6.08%
B=49.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal669730.100.8800.71293.4478.0516.08
Hex42949A580471254e10
Octal1021111112130010744511620
Binary1000010100110010011010101100001000111100100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420949; }

 p { color: rgb(66,9,73); }

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

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

 a { background-color: rgb(66,9,73); }

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

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

 span { border-color: rgb(66,9,73); }

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