Html Css Color HEX #420A49 Mardi Gras

📋 copy color: '#420A49'

red 66 ◦ green 10 ◦ blue 73

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

Shades of Mardi Gras #420A49

Tints of Mardi Gras #420A49

RGB

 RED value IS 66 (26.17% from 255) = 44.3%

 GREEN value IS 10 (4.3% from 255) = 6.71%

 BLUE value IS 73 (28.91% from 255) = 48.99%

R = 44.3%
G = 6.71%
B = 48.99%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420A49 (or 0x420A49) is known color: Mardi Gras. HEX triplet: 42, 0A and 49. RGB value is (66,10,73). Sum of RGB (Red+Green+Blue) = 66+10+73=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #420A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A49 is #BDF5B6. Grayscale: #212121. Windows color (decimal): -12449207 or 4786754. OLE color: 4786754.

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

Color convert

RGB 66 10 73 -
CMYK 0.10 0.86 0 0.71
HSL 293.33º 0.76% 0.16% -
HSV(B) 293.33º 0.86% 0.29% -
XYZ 3.56 1.86 6.47 -
YUV 33.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 66 10 73 0.10 0.86 0 0.71 293.33 0.76 0.16
Hex 42 A 49 A 56 0 47 125 4C 10
Octal 102 12 111 12 126 0 107 445 114 20
Binary 1000010 1010 1001001 1010 1010110 0 1000111 100100101 1001100 10000

Color Harmonies of #420A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A49

Black with #420A49

Text Example


Text Example

White with #420A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420A49; }

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

 H1.HeaderClassName
 {
   color: #420A49;
 }
 .AnyTagClassName
 {
   color: #420A49;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #420A49;
 }
 .BgClassName
 {
   background-color: #420A49;
 }
</style>

border-color css

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

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

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