Html Css Color HEX #420E3C Mardi Gras

📋 copy color: '#420E3C'

red 66 ◦ green 14 ◦ blue 60

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

Shades of Mardi Gras #420E3C

Tints of Mardi Gras #420E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.86%

R = 47.14%
G = 10%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#420E3C (or 0x420E3C) is known color: Mardi Gras. HEX triplet: 42, 0E and 3C. RGB value is (66,14,60). Sum of RGB (Red+Green+Blue) = 66+14+60=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #420E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E3C is #BDF1C3. Grayscale: #222222. Windows color (decimal): -12448196 or 3935810. OLE color: 3935810.

HSL color Cylindrical-coordinate representation of color #420E3C: hue angle of 306.92º 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 #420E3C is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 60 -
CMYK 0 0.79 0.09 0.74
HSL 306.92º 0.65% 0.16% -
HSV(B) 306.92º 0.79% 0.26% -
XYZ 3.22 1.8 4.45 -
YUV 34.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 66 14 60 0 0.79 0.09 0.74 306.92 0.65 0.16
Hex 42 E 3C 0 4F 9 4A 133 41 10
Octal 102 16 74 0 117 11 112 463 101 20
Binary 1000010 1110 111100 0 1001111 1001 1001010 100110011 1000001 10000

Color Harmonies of #420E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E3C

Black with #420E3C

Text Example


Text Example

White with #420E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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