Html Css Color HEX #401446 Mardi Gras

📋 copy color: '#401446'

red 64 ◦ green 20 ◦ blue 70

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

Shades of Mardi Gras #401446

Tints of Mardi Gras #401446

RGB

 RED value IS 64 (25.39% from 255) = 41.56%

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

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 41.56%
G = 12.99%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401446 (or 0x401446) is known color: Mardi Gras. HEX triplet: 40, 14 and 46. RGB value is (64,20,70). Sum of RGB (Red+Green+Blue) = 64+20+70=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #401446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401446 is #BFEBB9. Grayscale: #262626. Windows color (decimal): -12577722 or 4592704. OLE color: 4592704.

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

Color convert

RGB 64 20 70 -
CMYK 0.09 0.71 0 0.73
HSL 292.8º 0.56% 0.18% -
HSV(B) 292.8º 0.71% 0.27% -
XYZ 3.47 2.03 6 -
YUV 38.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 64 20 70 0.09 0.71 0 0.73 292.8 0.56 0.18
Hex 40 14 46 9 47 0 49 125 38 12
Octal 100 24 106 11 107 0 111 445 70 22
Binary 1000000 10100 1000110 1001 1000111 0 1001001 100100101 111000 10010

Color Harmonies of #401446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401446

Black with #401446

Text Example


Text Example

White with #401446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401446; }

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

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

background-color css

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

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

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

border-color css

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

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

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