Html Css Color HEX #420140 Mardi Gras

📋 copy color: '#420140'

red 66 ◦ green 1 ◦ blue 64

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

Shades of Mardi Gras #420140

Tints of Mardi Gras #420140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 50.38%
G = 0.76%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#420140 (or 0x420140) is known color: Mardi Gras. HEX triplet: 42, 01 and 40. RGB value is (66,1,64). Sum of RGB (Red+Green+Blue) = 66+1+64=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #420140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420140 is #BDFEBF. Grayscale: #1B1B1B. Windows color (decimal): -12451520 or 4194626. OLE color: 4194626.

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

Color convert

RGB 66 1 64 -
CMYK 0 0.98 0.03 0.74
HSL 301.85º 0.97% 0.13% -
HSV(B) 301.85º 0.98% 0.26% -
XYZ 3.18 1.55 4.98 -
YUV 27.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 66 1 64 0 0.98 0.03 0.74 301.85 0.97 0.13
Hex 42 1 40 0 62 3 4A 12E 61 D
Octal 102 1 100 0 142 3 112 456 141 15
Binary 1000010 1 1000000 0 1100010 11 1001010 100101110 1100001 1101

Color Harmonies of #420140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420140

Black with #420140

Text Example


Text Example

White with #420140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420140; }

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

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

background-color css

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

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

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

border-color css

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

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

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