Html Css Color HEX #420941 Mardi Gras

📋 copy color: '#420941'

red 66 ◦ green 9 ◦ blue 65

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

Shades of Mardi Gras #420941

Tints of Mardi Gras #420941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 47.14%
G = 6.43%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#420941 (or 0x420941) is known color: Mardi Gras. HEX triplet: 42, 09 and 41. RGB value is (66,9,65). Sum of RGB (Red+Green+Blue) = 66+9+65=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #420941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420941 is #BDF6BE. Grayscale: #202020. Windows color (decimal): -12449471 or 4262210. OLE color: 4262210.

HSL color Cylindrical-coordinate representation of color #420941: hue angle of 301.05º 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 #420941 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 65 -
CMYK 0 0.86 0.02 0.74
HSL 301.05º 0.76% 0.15% -
HSV(B) 301.05º 0.86% 0.26% -
XYZ 3.3 1.74 5.16 -
YUV 32.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 66 9 65 0 0.86 0.02 0.74 301.05 0.76 0.15
Hex 42 9 41 0 56 2 4A 12D 4C F
Octal 102 11 101 0 126 2 112 455 114 17
Binary 1000010 1001 1000001 0 1010110 10 1001010 100101101 1001100 1111

Color Harmonies of #420941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420941

Black with #420941

Text Example


Text Example

White with #420941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420941; }

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

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

background-color css

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

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

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

border-color css

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

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

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