Html Css Color HEX #400A3E Mardi Gras

📋 copy color: '#400A3E'

red 64 ◦ green 10 ◦ blue 62

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

Shades of Mardi Gras #400A3E

Tints of Mardi Gras #400A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.35%

 BLUE value IS 62 (24.61% from 255) = 45.59%

R = 47.06%
G = 7.35%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#400A3E (or 0x400A3E) is known color: Mardi Gras. HEX triplet: 40, 0A and 3E. RGB value is (64,10,62). Sum of RGB (Red+Green+Blue) = 64+10+62=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #400A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A3E is #BFF5C1. Grayscale: #1F1F1F. Windows color (decimal): -12580290 or 4065856. OLE color: 4065856.

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

Color convert

RGB 64 10 62 -
CMYK 0 0.84 0.03 0.75
HSL 302.22º 0.73% 0.15% -
HSV(B) 302.22º 0.84% 0.25% -
XYZ 3.09 1.65 4.71 -
YUV 32.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 64 10 62 0 0.84 0.03 0.75 302.22 0.73 0.15
Hex 40 A 3E 0 54 3 4B 12E 49 F
Octal 100 12 76 0 124 3 113 456 111 17
Binary 1000000 1010 111110 0 1010100 11 1001011 100101110 1001001 1111

Color Harmonies of #400A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A3E

Black with #400A3E

Text Example


Text Example

White with #400A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,62); }

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

background-color css

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

 a { background-color: rgb(64,10,62); }

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

border-color css

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

 span { border-color: rgb(64,10,62); }

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