Html Css Color HEX #400C38 Mardi Gras

📋 copy color: '#400C38'

red 64 ◦ green 12 ◦ blue 56

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

Shades of Mardi Gras #400C38

Tints of Mardi Gras #400C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 48.48%
G = 9.09%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#400C38 (or 0x400C38) is known color: Mardi Gras. HEX triplet: 40, 0C and 38. RGB value is (64,12,56). Sum of RGB (Red+Green+Blue) = 64+12+56=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C38 is #BFF3C7. Grayscale: #202020. Windows color (decimal): -12579784 or 3673152. OLE color: 3673152.

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

Color convert

RGB 64 12 56 -
CMYK 0 0.81 0.13 0.75
HSL 309.23º 0.68% 0.15% -
HSV(B) 309.23º 0.81% 0.25% -
XYZ 2.96 1.64 3.9 -
YUV 32.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 64 12 56 0 0.81 0.13 0.75 309.23 0.68 0.15
Hex 40 C 38 0 51 D 4B 135 44 F
Octal 100 14 70 0 121 15 113 465 104 17
Binary 1000000 1100 111000 0 1010001 1101 1001011 100110101 1000100 1111

Color Harmonies of #400C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C38

Black with #400C38

Text Example


Text Example

White with #400C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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