Html Css Color HEX #421440 Mardi Gras

📋 copy color: '#421440'

red 66 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #421440

Tints of Mardi Gras #421440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 44%
G = 13.33%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#421440 (or 0x421440) is known color: Mardi Gras. HEX triplet: 42, 14 and 40. RGB value is (66,20,64). Sum of RGB (Red+Green+Blue) = 66+20+64=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #421440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421440 is #BDEBBF. Grayscale: #262626. Windows color (decimal): -12446656 or 4199490. OLE color: 4199490.

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

Color convert

RGB 66 20 64 -
CMYK 0 0.70 0.03 0.74
HSL 302.61º 0.53% 0.17% -
HSV(B) 302.61º 0.7% 0.26% -
XYZ 3.42 2.03 5.06 -
YUV 38.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 66 20 64 0 0.70 0.03 0.74 302.61 0.53 0.17
Hex 42 14 40 0 46 3 4A 12F 35 11
Octal 102 24 100 0 106 3 112 457 65 21
Binary 1000010 10100 1000000 0 1000110 11 1001010 100101111 110101 10001

Color Harmonies of #421440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421440

Black with #421440

Text Example


Text Example

White with #421440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421440; }

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

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

background-color css

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

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

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

border-color css

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

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

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