Html Css Color HEX #420E40 Mardi Gras

📋 copy color: '#420E40'

red 66 ◦ green 14 ◦ blue 64

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

Shades of Mardi Gras #420E40

Tints of Mardi Gras #420E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.72%

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 45.83%
G = 9.72%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#420E40 (or 0x420E40) is known color: Mardi Gras. HEX triplet: 42, 0E and 40. RGB value is (66,14,64). Sum of RGB (Red+Green+Blue) = 66+14+64=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #420E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E40 is #BDF1BF. Grayscale: #232323. Windows color (decimal): -12448192 or 4197954. OLE color: 4197954.

HSL color Cylindrical-coordinate representation of color #420E40: hue angle of 302.31º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E40 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 64 -
CMYK 0 0.79 0.03 0.74
HSL 302.31º 0.65% 0.16% -
HSV(B) 302.31º 0.79% 0.26% -
XYZ 3.33 1.84 5.03 -
YUV 35.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 66 14 64 0 0.79 0.03 0.74 302.31 0.65 0.16
Hex 42 E 40 0 4F 3 4A 12E 41 10
Octal 102 16 100 0 117 3 112 456 101 20
Binary 1000010 1110 1000000 0 1001111 11 1001010 100101110 1000001 10000

Color Harmonies of #420E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E40

Black with #420E40

Text Example


Text Example

White with #420E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,14,64); }

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

background-color css

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

 a { background-color: rgb(66,14,64); }

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

border-color css

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

 span { border-color: rgb(66,14,64); }

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