Html Css Color HEX #400D3D Mardi Gras

📋 copy color: '#400D3D'

red 64 ◦ green 13 ◦ blue 61

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

Shades of Mardi Gras #400D3D

Tints of Mardi Gras #400D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 46.38%
G = 9.42%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#400D3D (or 0x400D3D) is known color: Mardi Gras. HEX triplet: 40, 0D and 3D. RGB value is (64,13,61). Sum of RGB (Red+Green+Blue) = 64+13+61=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #400D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D3D is #BFF2C2. Grayscale: #212121. Windows color (decimal): -12579523 or 4001088. OLE color: 4001088.

HSL color Cylindrical-coordinate representation of color #400D3D: hue angle of 303.53º 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 #400D3D is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 13 61 -
CMYK 0 0.80 0.05 0.75
HSL 303.53º 0.66% 0.15% -
HSV(B) 303.53º 0.8% 0.25% -
XYZ 3.1 1.71 4.58 -
YUV 33.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 64 13 61 0 0.80 0.05 0.75 303.53 0.66 0.15
Hex 40 D 3D 0 50 5 4B 130 42 F
Octal 100 15 75 0 120 5 113 460 102 17
Binary 1000000 1101 111101 0 1010000 101 1001011 100110000 1000010 1111

Color Harmonies of #400D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D3D

Black with #400D3D

Text Example


Text Example

White with #400D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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