Html Css Color HEX #421444 Mardi Gras

📋 copy color: '#421444'

red 66 ◦ green 20 ◦ blue 68

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

Shades of Mardi Gras #421444

Tints of Mardi Gras #421444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.16%

R = 42.86%
G = 12.99%
B = 44.16%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421444 (or 0x421444) is known color: Mardi Gras. HEX triplet: 42, 14 and 44. RGB value is (66,20,68). Sum of RGB (Red+Green+Blue) = 66+20+68=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #421444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421444 is #BDEBBB. Grayscale: #272727. Windows color (decimal): -12446652 or 4461634. OLE color: 4461634.

HSL color Cylindrical-coordinate representation of color #421444: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421444 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 20 68 -
CMYK 0.03 0.71 0 0.73
HSL 297.5º 0.55% 0.17% -
HSV(B) 297.5º 0.71% 0.27% -
XYZ 3.54 2.08 5.68 -
YUV 39.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 66 20 68 0.03 0.71 0 0.73 297.5 0.55 0.17
Hex 42 14 44 3 47 0 49 12A 37 11
Octal 102 24 104 3 107 0 111 452 67 21
Binary 1000010 10100 1000100 11 1000111 0 1001001 100101010 110111 10001

Color Harmonies of #421444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421444

Black with #421444

Text Example


Text Example

White with #421444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421444; }

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

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

background-color css

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

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

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

border-color css

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

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

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