Html Css Color HEX #400C3D Mardi Gras

📋 copy color: '#400C3D'

red 64 ◦ green 12 ◦ blue 61

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

Shades of Mardi Gras #400C3D

Tints of Mardi Gras #400C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 46.72%
G = 8.76%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#400C3D (or 0x400C3D) is known color: Mardi Gras. HEX triplet: 40, 0C and 3D. RGB value is (64,12,61). Sum of RGB (Red+Green+Blue) = 64+12+61=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #400C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C3D is #BFF3C2. Grayscale: #202020. Windows color (decimal): -12579779 or 4000832. OLE color: 4000832.

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

Color convert

RGB 64 12 61 -
CMYK 0 0.81 0.05 0.75
HSL 303.46º 0.68% 0.15% -
HSV(B) 303.46º 0.81% 0.25% -
XYZ 3.09 1.69 4.58 -
YUV 33.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 64 12 61 0 0.81 0.05 0.75 303.46 0.68 0.15
Hex 40 C 3D 0 51 5 4B 12F 44 F
Octal 100 14 75 0 121 5 113 457 104 17
Binary 1000000 1100 111101 0 1010001 101 1001011 100101111 1000100 1111

Color Harmonies of #400C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C3D

Black with #400C3D

Text Example


Text Example

White with #400C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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