Shades of Mikado #473001
Tints of Mikado #473001
RGB
CMYK
RGB Variations
Color information
#473001 (or 0x473001) is known color: Mikado. HEX triplet: 47, 30 and 01. RGB value is (71,48,1). Sum of RGB (Red+Green+Blue) = 71+48+1=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #473001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473001 is #B8CFFE. Grayscale: #313131. Windows color (decimal): -12111871 or 77895. OLE color: 77895.
HSL color Cylindrical-coordinate representation of color #473001: hue angle of 40.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473001 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.72 |
| HSL | 40.29º | 0.97% | 0.14% | - |
| HSV(B) | 40.29º | 0.99% | 0.28% | - |
| XYZ | 3.66 | 3.46 | 0.5 | - |
| YUV | 49.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 1 | 0 | 0.32 | 0.99 | 0.72 | 40.29 | 0.97 | 0.14 |
| Hex | 47 | 30 | 1 | 0 | 20 | 63 | 48 | 28 | 61 | E |
| Octal | 107 | 60 | 1 | 0 | 40 | 143 | 110 | 50 | 141 | 16 |
| Binary | 1000111 | 110000 | 1 | 0 | 100000 | 1100011 | 1001000 | 101000 | 1100001 | 1110 |
Color Harmonies of #473001
Complementary color
Monochromatic Colors of #473001
Black with #473001
Text Example
Text Example
White with #473001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473001; }
p { color: rgb(71,48,1); }
H1.HeaderClassName
{
color: #473001;
}
.AnyTagClassName
{
color: #473001;
}
</style>
background-color css
<style>
a { background-color: #473001; }
a { background-color: rgb(71,48,1); }
div.DivClassName
{
background-color: #473001;
}
.BgClassName
{
background-color: #473001;
}
</style>
border-color css
<style>
span { border-color: #473001; }
span { border-color: rgb(71,48,1); }
td.TdClassName
{
border-color: #473001;
}
.TagClassName
{
border-color: #473001;
}
</style>