Html Css Color HEX #400F38 Mardi Gras

📋 copy color: '#400F38'

red 64 ◦ green 15 ◦ blue 56

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

Shades of Mardi Gras #400F38

Tints of Mardi Gras #400F38

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

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

R = 47.41%
G = 11.11%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#400F38 (or 0x400F38) is known color: Mardi Gras. HEX triplet: 40, 0F and 38. RGB value is (64,15,56). Sum of RGB (Red+Green+Blue) = 64+15+56=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #400F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F38 is #BFF0C7. Grayscale: #222222. Windows color (decimal): -12579016 or 3673920. OLE color: 3673920.

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

Color convert

RGB 64 15 56 -
CMYK 0 0.77 0.13 0.75
HSL 309.8º 0.62% 0.15% -
HSV(B) 309.8º 0.77% 0.25% -
XYZ 3 1.72 3.91 -
YUV 34.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 64 15 56 0 0.77 0.13 0.75 309.8 0.62 0.15
Hex 40 F 38 0 4D D 4B 136 3E F
Octal 100 17 70 0 115 15 113 466 76 17
Binary 1000000 1111 111000 0 1001101 1101 1001011 100110110 111110 1111

Color Harmonies of #400F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F38

Black with #400F38

Text Example


Text Example

White with #400F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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