Html Css Color HEX #401848 Mardi Gras

📋 copy color: '#401848'

red 64 ◦ green 24 ◦ blue 72

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

Shades of Mardi Gras #401848

Tints of Mardi Gras #401848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401848 (or 0x401848) is known color: Mardi Gras. HEX triplet: 40, 18 and 48. RGB value is (64,24,72). Sum of RGB (Red+Green+Blue) = 64+24+72=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #401848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401848 is #BFE7B7. Grayscale: #292929. Windows color (decimal): -12576696 or 4724800. OLE color: 4724800.

HSL color Cylindrical-coordinate representation of color #401848: hue angle of 290º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401848 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 24 72 -
CMYK 0.11 0.67 0 0.72
HSL 290º 0.5% 0.19% -
HSV(B) 290º 0.67% 0.28% -
XYZ 3.61 2.21 6.37 -
YUV 41.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 64 24 72 0.11 0.67 0 0.72 290 0.5 0.19
Hex 40 18 48 B 43 0 48 122 32 13
Octal 100 30 110 13 103 0 110 442 62 23
Binary 1000000 11000 1001000 1011 1000011 0 1001000 100100010 110010 10011

Color Harmonies of #401848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401848

Black with #401848

Text Example


Text Example

White with #401848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401848; }

 p { color: rgb(64,24,72); }

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

background-color css

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

 a { background-color: rgb(64,24,72); }

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

border-color css

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

 span { border-color: rgb(64,24,72); }

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