Html Css Color HEX #400C3B Mardi Gras

📋 copy color: '#400C3B'

red 64 ◦ green 12 ◦ blue 59

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

Shades of Mardi Gras #400C3B

Tints of Mardi Gras #400C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 43.7%

R = 47.41%
G = 8.89%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#400C3B (or 0x400C3B) is known color: Mardi Gras. HEX triplet: 40, 0C and 3B. RGB value is (64,12,59). Sum of RGB (Red+Green+Blue) = 64+12+59=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #400C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C3B is #BFF3C4. Grayscale: #202020. Windows color (decimal): -12579781 or 3869760. OLE color: 3869760.

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

Color convert

RGB 64 12 59 -
CMYK 0 0.81 0.08 0.75
HSL 305.77º 0.68% 0.15% -
HSV(B) 305.77º 0.81% 0.25% -
XYZ 3.04 1.67 4.3 -
YUV 32.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 64 12 59 0 0.81 0.08 0.75 305.77 0.68 0.15
Hex 40 C 3B 0 51 8 4B 132 44 F
Octal 100 14 73 0 121 10 113 462 104 17
Binary 1000000 1100 111011 0 1010001 1000 1001011 100110010 1000100 1111

Color Harmonies of #400C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C3B

Black with #400C3B

Text Example


Text Example

White with #400C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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