Html Css Color HEX #421F40 Mardi Gras

📋 copy color: '#421F40'

red 66 ◦ green 31 ◦ blue 64

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

Shades of Mardi Gras #421F40

Tints of Mardi Gras #421F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 40.99%
G = 19.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#421F40 (or 0x421F40) is known color: Mardi Gras. HEX triplet: 42, 1F and 40. RGB value is (66,31,64). Sum of RGB (Red+Green+Blue) = 66+31+64=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #421F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F40 is #BDE0BF. Grayscale: #2D2D2D. Windows color (decimal): -12443840 or 4202306. OLE color: 4202306.

HSL color Cylindrical-coordinate representation of color #421F40: hue angle of 303.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F40 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 64 -
CMYK 0 0.53 0.03 0.74
HSL 303.43º 0.36% 0.19% -
HSV(B) 303.43º 0.53% 0.26% -
XYZ 3.66 2.51 5.14 -
YUV 45.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 66 31 64 0 0.53 0.03 0.74 303.43 0.36 0.19
Hex 42 1F 40 0 35 3 4A 12F 24 13
Octal 102 37 100 0 65 3 112 457 44 23
Binary 1000010 11111 1000000 0 110101 11 1001010 100101111 100100 10011

Color Harmonies of #421F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F40

Black with #421F40

Text Example


Text Example

White with #421F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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