Html Css Color HEX #420949 Mardi Gras

📋 copy color: '#420949'

red 66 ◦ green 9 ◦ blue 73

#420949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #420949

Tints of Mardi Gras #420949

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 value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420949 (or 0x420949) is known color: 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

RGB 66 9 73 -
CMYK 0.10 0.88 0 0.71
HSL 293.44º 0.78% 0.16% -
HSV(B) 293.44º 0.88% 0.29% -
XYZ 3.55 1.83 6.47 -
YUV 33.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 66 9 73 0.10 0.88 0 0.71 293.44 0.78 0.16
Hex 42 9 49 A 58 0 47 125 4E 10
Octal 102 11 111 12 130 0 107 445 116 20
Binary 1000010 1001 1001001 1010 1011000 0 1000111 100100101 1001110 10000

Color Harmonies of #420949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420949

Black with #420949

Text Example


Text Example

White with #420949

Text Example


Text Example

HTML Codes & Css Web 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>