Shades of Mikado #463101
Tints of Mikado #463101
RGB
CMYK
RGB Variations
Color information
#463101 (or 0x463101) is known color: Mikado. HEX triplet: 46, 31 and 01. RGB value is (70,49,1). Sum of RGB (Red+Green+Blue) = 70+49+1=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #463101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463101 is #B9CEFE. Grayscale: #323232. Windows color (decimal): -12177151 or 78150. OLE color: 78150.
HSL color Cylindrical-coordinate representation of color #463101: hue angle of 41.74º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463101 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.73 |
| HSL | 41.74º | 0.97% | 0.14% | - |
| HSV(B) | 41.74º | 0.99% | 0.27% | - |
| XYZ | 3.63 | 3.5 | 0.51 | - |
| YUV | 49.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 1 | 0 | 0.30 | 0.99 | 0.73 | 41.74 | 0.97 | 0.14 |
| Hex | 46 | 31 | 1 | 0 | 1E | 63 | 49 | 2A | 61 | E |
| Octal | 106 | 61 | 1 | 0 | 36 | 143 | 111 | 52 | 141 | 16 |
| Binary | 1000110 | 110001 | 1 | 0 | 11110 | 1100011 | 1001001 | 101010 | 1100001 | 1110 |
Color Harmonies of #463101
Complementary color
Monochromatic Colors of #463101
Black with #463101
Text Example
Text Example
White with #463101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463101; }
p { color: rgb(70,49,1); }
H1.HeaderClassName
{
color: #463101;
}
.AnyTagClassName
{
color: #463101;
}
</style>
background-color css
<style>
a { background-color: #463101; }
a { background-color: rgb(70,49,1); }
div.DivClassName
{
background-color: #463101;
}
.BgClassName
{
background-color: #463101;
}
</style>
border-color css
<style>
span { border-color: #463101; }
span { border-color: rgb(70,49,1); }
td.TdClassName
{
border-color: #463101;
}
.TagClassName
{
border-color: #463101;
}
</style>