Html Css Color HEX #400C3F Mardi Gras

📋 copy color: '#400C3F'

red 64 ◦ green 12 ◦ blue 63

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

Shades of Mardi Gras #400C3F

Tints of Mardi Gras #400C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.32%

R = 46.04%
G = 8.63%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#400C3F (or 0x400C3F) is known color: Mardi Gras. HEX triplet: 40, 0C and 3F. RGB value is (64,12,63). Sum of RGB (Red+Green+Blue) = 64+12+63=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #400C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C3F is #BFF3C0. Grayscale: #212121. Windows color (decimal): -12579777 or 4131904. OLE color: 4131904.

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

Color convert

RGB 64 12 63 -
CMYK 0 0.81 0.02 0.75
HSL 301.15º 0.68% 0.15% -
HSV(B) 301.15º 0.81% 0.25% -
XYZ 3.14 1.71 4.87 -
YUV 33.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 64 12 63 0 0.81 0.02 0.75 301.15 0.68 0.15
Hex 40 C 3F 0 51 2 4B 12D 44 F
Octal 100 14 77 0 121 2 113 455 104 17
Binary 1000000 1100 111111 0 1010001 10 1001011 100101101 1000100 1111

Color Harmonies of #400C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C3F

Black with #400C3F

Text Example


Text Example

White with #400C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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