Html Css Color HEX #400E38 Mardi Gras

📋 copy color: '#400E38'

red 64 ◦ green 14 ◦ blue 56

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

Shades of Mardi Gras #400E38

Tints of Mardi Gras #400E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

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

R = 47.76%
G = 10.45%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#400E38 (or 0x400E38) is known color: Mardi Gras. HEX triplet: 40, 0E and 38. RGB value is (64,14,56). Sum of RGB (Red+Green+Blue) = 64+14+56=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #400E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E38 is #BFF1C7. Grayscale: #212121. Windows color (decimal): -12579272 or 3673664. OLE color: 3673664.

HSL color Cylindrical-coordinate representation of color #400E38: hue angle of 309.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E38 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 14 56 -
CMYK 0 0.78 0.13 0.75
HSL 309.6º 0.64% 0.15% -
HSV(B) 309.6º 0.78% 0.25% -
XYZ 2.99 1.69 3.91 -
YUV 33.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 64 14 56 0 0.78 0.13 0.75 309.6 0.64 0.15
Hex 40 E 38 0 4E D 4B 136 40 F
Octal 100 16 70 0 116 15 113 466 100 17
Binary 1000000 1110 111000 0 1001110 1101 1001011 100110110 1000000 1111

Color Harmonies of #400E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E38

Black with #400E38

Text Example


Text Example

White with #400E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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