Shades of Mikado #402F13
Tints of Mikado #402F13
RGB
CMYK
RGB Variations
Color information
#402F13 (or 0x402F13) is known color: Mikado. HEX triplet: 40, 2F and 13. RGB value is (64,47,19). Sum of RGB (Red+Green+Blue) = 64+47+19=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #402F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F13 is #BFD0EC. Grayscale: #313131. Windows color (decimal): -12570861 or 1257280. OLE color: 1257280.
HSL color Cylindrical-coordinate representation of color #402F13: hue angle of 37.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402F13 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 19 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.75 |
| HSL | 37.33º | 0.54% | 0.16% | - |
| HSV(B) | 37.33º | 0.7% | 0.25% | - |
| XYZ | 3.25 | 3.17 | 1.06 | - |
| YUV | 48.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 19 | 0 | 0.27 | 0.70 | 0.75 | 37.33 | 0.54 | 0.16 |
| Hex | 40 | 2F | 13 | 0 | 1B | 46 | 4B | 25 | 36 | 10 |
| Octal | 100 | 57 | 23 | 0 | 33 | 106 | 113 | 45 | 66 | 20 |
| Binary | 1000000 | 101111 | 10011 | 0 | 11011 | 1000110 | 1001011 | 100101 | 110110 | 10000 |
Color Harmonies of #402F13
Complementary color
Monochromatic Colors of #402F13
Black with #402F13
Text Example
Text Example
White with #402F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F13; }
p { color: rgb(64,47,19); }
H1.HeaderClassName
{
color: #402F13;
}
.AnyTagClassName
{
color: #402F13;
}
</style>
background-color css
<style>
a { background-color: #402F13; }
a { background-color: rgb(64,47,19); }
div.DivClassName
{
background-color: #402F13;
}
.BgClassName
{
background-color: #402F13;
}
</style>
border-color css
<style>
span { border-color: #402F13; }
span { border-color: rgb(64,47,19); }
td.TdClassName
{
border-color: #402F13;
}
.TagClassName
{
border-color: #402F13;
}
</style>