Html Css Color HEX #400D3A Mardi Gras

📋 copy color: '#400D3A'

red 64 ◦ green 13 ◦ blue 58

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

Shades of Mardi Gras #400D3A

Tints of Mardi Gras #400D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 47.41%
G = 9.63%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#400D3A (or 0x400D3A) is known color: Mardi Gras. HEX triplet: 40, 0D and 3A. RGB value is (64,13,58). Sum of RGB (Red+Green+Blue) = 64+13+58=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #400D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D3A is #BFF2C5. Grayscale: #212121. Windows color (decimal): -12579526 or 3804480. OLE color: 3804480.

HSL color Cylindrical-coordinate representation of color #400D3A: hue angle of 307.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D3A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 13 58 -
CMYK 0 0.80 0.09 0.75
HSL 307.06º 0.66% 0.15% -
HSV(B) 307.06º 0.8% 0.25% -
XYZ 3.02 1.68 4.17 -
YUV 33.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 64 13 58 0 0.80 0.09 0.75 307.06 0.66 0.15
Hex 40 D 3A 0 50 9 4B 133 42 F
Octal 100 15 72 0 120 11 113 463 102 17
Binary 1000000 1101 111010 0 1010000 1001 1001011 100110011 1000010 1111

Color Harmonies of #400D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D3A

Black with #400D3A

Text Example


Text Example

White with #400D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,13,58); }

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

background-color css

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

 a { background-color: rgb(64,13,58); }

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

border-color css

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

 span { border-color: rgb(64,13,58); }

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