Html Css Color HEX #401838 Mardi Gras

📋 copy color: '#401838'

red 64 ◦ green 24 ◦ blue 56

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

Shades of Mardi Gras #401838

Tints of Mardi Gras #401838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401838 (or 0x401838) is known color: Mardi Gras. HEX triplet: 40, 18 and 38. RGB value is (64,24,56). Sum of RGB (Red+Green+Blue) = 64+24+56=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #401838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401838 is #BFE7C7. Grayscale: #272727. Windows color (decimal): -12576712 or 3676224. OLE color: 3676224.

HSL color Cylindrical-coordinate representation of color #401838: hue angle of 312º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401838 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 56 -
CMYK 0 0.62 0.13 0.75
HSL 312º 0.45% 0.17% -
HSV(B) 312º 0.63% 0.25% -
XYZ 3.15 2.03 3.97 -
YUV 39.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 64 24 56 0 0.62 0.13 0.75 312 0.45 0.17
Hex 40 18 38 0 3E D 4B 138 2D 11
Octal 100 30 70 0 76 15 113 470 55 21
Binary 1000000 11000 111000 0 111110 1101 1001011 100111000 101101 10001

Color Harmonies of #401838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401838

Black with #401838

Text Example


Text Example

White with #401838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401838; }

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

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

background-color css

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

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

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

border-color css

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

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

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