Shades of Mikado #40310D
Tints of Mikado #40310D
RGB
CMYK
RGB Variations
Color information
#40310D (or 0x40310D) is known color: Mikado. HEX triplet: 40, 31 and 0D. RGB value is (64,49,13). Sum of RGB (Red+Green+Blue) = 64+49+13=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40310D is #BFCEF2. Grayscale: #313131. Windows color (decimal): -12570355 or 864576. OLE color: 864576.
HSL color Cylindrical-coordinate representation of color #40310D: hue angle of 42.35º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40310D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 13 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.75 |
| HSL | 42.35º | 0.66% | 0.15% | - |
| HSV(B) | 42.35º | 0.8% | 0.25% | - |
| XYZ | 3.29 | 3.32 | 0.85 | - |
| YUV | 49.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 13 | 0 | 0.23 | 0.80 | 0.75 | 42.35 | 0.66 | 0.15 |
| Hex | 40 | 31 | D | 0 | 17 | 50 | 4B | 2A | 42 | F |
| Octal | 100 | 61 | 15 | 0 | 27 | 120 | 113 | 52 | 102 | 17 |
| Binary | 1000000 | 110001 | 1101 | 0 | 10111 | 1010000 | 1001011 | 101010 | 1000010 | 1111 |
Color Harmonies of #40310D
Complementary color
Monochromatic Colors of #40310D
Black with #40310D
Text Example
Text Example
White with #40310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40310D; }
p { color: rgb(64,49,13); }
H1.HeaderClassName
{
color: #40310D;
}
.AnyTagClassName
{
color: #40310D;
}
</style>
background-color css
<style>
a { background-color: #40310D; }
a { background-color: rgb(64,49,13); }
div.DivClassName
{
background-color: #40310D;
}
.BgClassName
{
background-color: #40310D;
}
</style>
border-color css
<style>
span { border-color: #40310D; }
span { border-color: rgb(64,49,13); }
td.TdClassName
{
border-color: #40310D;
}
.TagClassName
{
border-color: #40310D;
}
</style>