Shades of Mikado #3F310D
Tints of Mikado #3F310D
RGB
CMYK
RGB Variations
Color information
#3F310D (or 0x3F310D) is known color: Mikado. HEX triplet: 3F, 31 and 0D. RGB value is (63,49,13). Sum of RGB (Red+Green+Blue) = 63+49+13=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F310D is #C0CEF2. Grayscale: #313131. Windows color (decimal): -12635891 or 864575. OLE color: 864575.
HSL color Cylindrical-coordinate representation of color #3F310D: hue angle of 43.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F310D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 13 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.75 |
| HSL | 43.2º | 0.66% | 0.15% | - |
| HSV(B) | 43.2º | 0.79% | 0.25% | - |
| XYZ | 3.22 | 3.28 | 0.84 | - |
| YUV | 49.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 13 | 0 | 0.22 | 0.79 | 0.75 | 43.2 | 0.66 | 0.15 |
| Hex | 3F | 31 | D | 0 | 16 | 4F | 4B | 2B | 42 | F |
| Octal | 77 | 61 | 15 | 0 | 26 | 117 | 113 | 53 | 102 | 17 |
| Binary | 111111 | 110001 | 1101 | 0 | 10110 | 1001111 | 1001011 | 101011 | 1000010 | 1111 |
Color Harmonies of #3F310D
Complementary color
Monochromatic Colors of #3F310D
Black with #3F310D
Text Example
Text Example
White with #3F310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F310D; }
p { color: rgb(63,49,13); }
H1.HeaderClassName
{
color: #3F310D;
}
.AnyTagClassName
{
color: #3F310D;
}
</style>
background-color css
<style>
a { background-color: #3F310D; }
a { background-color: rgb(63,49,13); }
div.DivClassName
{
background-color: #3F310D;
}
.BgClassName
{
background-color: #3F310D;
}
</style>
border-color css
<style>
span { border-color: #3F310D; }
span { border-color: rgb(63,49,13); }
td.TdClassName
{
border-color: #3F310D;
}
.TagClassName
{
border-color: #3F310D;
}
</style>