Html Css Color HEX #401D45 Mardi Gras

📋 copy color: '#401D45'

red 64 ◦ green 29 ◦ blue 69

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

Shades of Mardi Gras #401D45

Tints of Mardi Gras #401D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 69 (27.34% from 255) = 42.59%

R = 39.51%
G = 17.9%
B = 42.59%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401D45 (or 0x401D45) is known color: Mardi Gras. HEX triplet: 40, 1D and 45. RGB value is (64,29,69). Sum of RGB (Red+Green+Blue) = 64+29+69=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #401D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D45 is #BFE2BA. Grayscale: #2B2B2B. Windows color (decimal): -12575419 or 4529472. OLE color: 4529472.

HSL color Cylindrical-coordinate representation of color #401D45: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401D45 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 29 69 -
CMYK 0.07 0.58 0 0.73
HSL 292.5º 0.41% 0.19% -
HSV(B) 292.5º 0.58% 0.27% -
XYZ 3.63 2.4 5.9 -
YUV 44.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 64 29 69 0.07 0.58 0 0.73 292.5 0.41 0.19
Hex 40 1D 45 7 3A 0 49 124 29 13
Octal 100 35 105 7 72 0 111 444 51 23
Binary 1000000 11101 1000101 111 111010 0 1001001 100100100 101001 10011

Color Harmonies of #401D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D45

Black with #401D45

Text Example


Text Example

White with #401D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401D45; }

 p { color: rgb(64,29,69); }

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

background-color css

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

 a { background-color: rgb(64,29,69); }

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

border-color css

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

 span { border-color: rgb(64,29,69); }

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