Html Css Color HEX #420939 Mardi Gras

📋 copy color: '#420939'

red 66 ◦ green 9 ◦ blue 57

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

Shades of Mardi Gras #420939

Tints of Mardi Gras #420939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 50%
G = 6.82%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#420939 (or 0x420939) is known color: Mardi Gras. HEX triplet: 42, 09 and 39. RGB value is (66,9,57). Sum of RGB (Red+Green+Blue) = 66+9+57=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #420939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420939 is #BDF6C6. Grayscale: #1F1F1F. Windows color (decimal): -12449479 or 3737922. OLE color: 3737922.

HSL color Cylindrical-coordinate representation of color #420939: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420939 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 57 -
CMYK 0 0.86 0.14 0.74
HSL 309.47º 0.76% 0.15% -
HSV(B) 309.47º 0.86% 0.26% -
XYZ 3.08 1.65 4.03 -
YUV 31.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 66 9 57 0 0.86 0.14 0.74 309.47 0.76 0.15
Hex 42 9 39 0 56 E 4A 135 4C F
Octal 102 11 71 0 126 16 112 465 114 17
Binary 1000010 1001 111001 0 1010110 1110 1001010 100110101 1001100 1111

Color Harmonies of #420939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420939

Black with #420939

Text Example


Text Example

White with #420939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420939; }

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

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

background-color css

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

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

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

border-color css

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

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

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