Html Css Color HEX #420440 Mardi Gras

📋 copy color: '#420440'

red 66 ◦ green 4 ◦ blue 64

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

Shades of Mardi Gras #420440

Tints of Mardi Gras #420440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 49.25%
G = 2.99%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#420440 (or 0x420440) is known color: Mardi Gras. HEX triplet: 42, 04 and 40. RGB value is (66,4,64). Sum of RGB (Red+Green+Blue) = 66+4+64=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #420440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420440 is #BDFBBF. Grayscale: #1D1D1D. Windows color (decimal): -12450752 or 4195394. OLE color: 4195394.

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

Color convert

RGB 66 4 64 -
CMYK 0 0.94 0.03 0.74
HSL 301.94º 0.89% 0.14% -
HSV(B) 301.94º 0.94% 0.26% -
XYZ 3.22 1.62 4.99 -
YUV 29.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 66 4 64 0 0.94 0.03 0.74 301.94 0.89 0.14
Hex 42 4 40 0 5E 3 4A 12E 59 E
Octal 102 4 100 0 136 3 112 456 131 16
Binary 1000010 100 1000000 0 1011110 11 1001010 100101110 1011001 1110

Color Harmonies of #420440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420440

Black with #420440

Text Example


Text Example

White with #420440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420440; }

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

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

background-color css

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

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

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

border-color css

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

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

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