Shades of Mikado #403104
Tints of Mikado #403104
RGB
CMYK
RGB Variations
Color information
#403104 (or 0x403104) is known color: Mikado. HEX triplet: 40, 31 and 04. RGB value is (64,49,4). Sum of RGB (Red+Green+Blue) = 64+49+4=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403104 is #BFCEFB. Grayscale: #303030. Windows color (decimal): -12570364 or 274752. OLE color: 274752.
HSL color Cylindrical-coordinate representation of color #403104: hue angle of 45º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #403104 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 4 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.75 |
| HSL | 45º | 0.88% | 0.13% | - |
| HSV(B) | 45º | 0.94% | 0.25% | - |
| XYZ | 3.23 | 3.3 | 0.58 | - |
| YUV | 48.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 4 | 0 | 0.23 | 0.94 | 0.75 | 45 | 0.88 | 0.13 |
| Hex | 40 | 31 | 4 | 0 | 17 | 5E | 4B | 2D | 58 | D |
| Octal | 100 | 61 | 4 | 0 | 27 | 136 | 113 | 55 | 130 | 15 |
| Binary | 1000000 | 110001 | 100 | 0 | 10111 | 1011110 | 1001011 | 101101 | 1011000 | 1101 |
Color Harmonies of #403104
Complementary color
Monochromatic Colors of #403104
Black with #403104
Text Example
Text Example
White with #403104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403104; }
p { color: rgb(64,49,4); }
H1.HeaderClassName
{
color: #403104;
}
.AnyTagClassName
{
color: #403104;
}
</style>
background-color css
<style>
a { background-color: #403104; }
a { background-color: rgb(64,49,4); }
div.DivClassName
{
background-color: #403104;
}
.BgClassName
{
background-color: #403104;
}
</style>
border-color css
<style>
span { border-color: #403104; }
span { border-color: rgb(64,49,4); }
td.TdClassName
{
border-color: #403104;
}
.TagClassName
{
border-color: #403104;
}
</style>