Html Css Color HEX #400941 Mardi Gras

📋 copy color: '#400941'

red 64 ◦ green 9 ◦ blue 65

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

Shades of Mardi Gras #400941

Tints of Mardi Gras #400941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 46.38%
G = 6.52%
B = 47.1%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400941 (or 0x400941) is known color: Mardi Gras. HEX triplet: 40, 09 and 41. RGB value is (64,9,65). Sum of RGB (Red+Green+Blue) = 64+9+65=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #400941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400941 is #BFF6BE. Grayscale: #1F1F1F. Windows color (decimal): -12580543 or 4262208. OLE color: 4262208.

HSL color Cylindrical-coordinate representation of color #400941: hue angle of 298.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400941 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 65 -
CMYK 0.02 0.86 0 0.75
HSL 298.93º 0.76% 0.15% -
HSV(B) 298.93º 0.86% 0.25% -
XYZ 3.17 1.67 5.16 -
YUV 31.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 64 9 65 0.02 0.86 0 0.75 298.93 0.76 0.15
Hex 40 9 41 2 56 0 4B 12B 4C F
Octal 100 11 101 2 126 0 113 453 114 17
Binary 1000000 1001 1000001 10 1010110 0 1001011 100101011 1001100 1111

Color Harmonies of #400941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400941

Black with #400941

Text Example


Text Example

White with #400941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400941; }

 p { color: rgb(64,9,65); }

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

background-color css

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

 a { background-color: rgb(64,9,65); }

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

border-color css

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

 span { border-color: rgb(64,9,65); }

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