Shades of Mikado #463001
Tints of Mikado #463001
RGB
CMYK
RGB Variations
Color information
#463001 (or 0x463001) is known color: Mikado. HEX triplet: 46, 30 and 01. RGB value is (70,48,1). Sum of RGB (Red+Green+Blue) = 70+48+1=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #463001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463001 is #B9CFFE. Grayscale: #313131. Windows color (decimal): -12177407 or 77894. OLE color: 77894.
HSL color Cylindrical-coordinate representation of color #463001: hue angle of 40.87º 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 #463001 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 48 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.73 |
| HSL | 40.87º | 0.97% | 0.14% | - |
| HSV(B) | 40.87º | 0.99% | 0.27% | - |
| XYZ | 3.59 | 3.42 | 0.5 | - |
| YUV | 49.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 1 | 0 | 0.31 | 0.99 | 0.73 | 40.87 | 0.97 | 0.14 |
| Hex | 46 | 30 | 1 | 0 | 1F | 63 | 49 | 29 | 61 | E |
| Octal | 106 | 60 | 1 | 0 | 37 | 143 | 111 | 51 | 141 | 16 |
| Binary | 1000110 | 110000 | 1 | 0 | 11111 | 1100011 | 1001001 | 101001 | 1100001 | 1110 |
Color Harmonies of #463001
Complementary color
Monochromatic Colors of #463001
Black with #463001
Text Example
Text Example
White with #463001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463001; }
p { color: rgb(70,48,1); }
H1.HeaderClassName
{
color: #463001;
}
.AnyTagClassName
{
color: #463001;
}
</style>
background-color css
<style>
a { background-color: #463001; }
a { background-color: rgb(70,48,1); }
div.DivClassName
{
background-color: #463001;
}
.BgClassName
{
background-color: #463001;
}
</style>
border-color css
<style>
span { border-color: #463001; }
span { border-color: rgb(70,48,1); }
td.TdClassName
{
border-color: #463001;
}
.TagClassName
{
border-color: #463001;
}
</style>