Html Css Color HEX #421040 Mardi Gras

📋 copy color: '#421040'

red 66 ◦ green 16 ◦ blue 64

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

Shades of Mardi Gras #421040

Tints of Mardi Gras #421040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 45.21%
G = 10.96%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#421040 (or 0x421040) is known color: Mardi Gras. HEX triplet: 42, 10 and 40. RGB value is (66,16,64). Sum of RGB (Red+Green+Blue) = 66+16+64=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421040 is #BDEFBF. Grayscale: #242424. Windows color (decimal): -12447680 or 4198466. OLE color: 4198466.

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

Color convert

RGB 66 16 64 -
CMYK 0 0.76 0.03 0.74
HSL 302.4º 0.61% 0.16% -
HSV(B) 302.4º 0.76% 0.26% -
XYZ 3.36 1.9 5.04 -
YUV 36.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 66 16 64 0 0.76 0.03 0.74 302.4 0.61 0.16
Hex 42 10 40 0 4C 3 4A 12E 3D 10
Octal 102 20 100 0 114 3 112 456 75 20
Binary 1000010 10000 1000000 0 1001100 11 1001010 100101110 111101 10000

Color Harmonies of #421040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421040

Black with #421040

Text Example


Text Example

White with #421040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421040; }

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

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

background-color css

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

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

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

border-color css

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

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

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