Html Css Color HEX #401544 Mardi Gras

📋 copy color: '#401544'

red 64 ◦ green 21 ◦ blue 68

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

Shades of Mardi Gras #401544

Tints of Mardi Gras #401544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 41.83%
G = 13.73%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401544 (or 0x401544) is known color: Mardi Gras. HEX triplet: 40, 15 and 44. RGB value is (64,21,68). Sum of RGB (Red+Green+Blue) = 64+21+68=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #401544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401544 is #BFEABB. Grayscale: #272727. Windows color (decimal): -12577468 or 4461888. OLE color: 4461888.

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

Color convert

RGB 64 21 68 -
CMYK 0.06 0.69 0 0.73
HSL 294.89º 0.53% 0.17% -
HSV(B) 294.89º 0.69% 0.27% -
XYZ 3.43 2.04 5.68 -
YUV 39.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 64 21 68 0.06 0.69 0 0.73 294.89 0.53 0.17
Hex 40 15 44 6 45 0 49 127 35 11
Octal 100 25 104 6 105 0 111 447 65 21
Binary 1000000 10101 1000100 110 1000101 0 1001001 100100111 110101 10001

Color Harmonies of #401544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401544

Black with #401544

Text Example


Text Example

White with #401544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401544; }

 p { color: rgb(64,21,68); }

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

background-color css

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

 a { background-color: rgb(64,21,68); }

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

border-color css

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

 span { border-color: rgb(64,21,68); }

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