Shades of Mikado #403401
Tints of Mikado #403401
RGB
CMYK
RGB Variations
Color information
#403401 (or 0x403401) is known color: Mikado. HEX triplet: 40, 34 and 01. RGB value is (64,52,1). Sum of RGB (Red+Green+Blue) = 64+52+1=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403401 is #BFCBFE. Grayscale: #313131. Windows color (decimal): -12569599 or 78912. OLE color: 78912.
HSL color Cylindrical-coordinate representation of color #403401: hue angle of 48.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #403401 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 1 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.75 |
| HSL | 48.57º | 0.97% | 0.13% | - |
| HSV(B) | 48.57º | 0.98% | 0.25% | - |
| XYZ | 3.35 | 3.55 | 0.54 | - |
| YUV | 49.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 1 | 0 | 0.19 | 0.98 | 0.75 | 48.57 | 0.97 | 0.13 |
| Hex | 40 | 34 | 1 | 0 | 13 | 62 | 4B | 31 | 61 | D |
| Octal | 100 | 64 | 1 | 0 | 23 | 142 | 113 | 61 | 141 | 15 |
| Binary | 1000000 | 110100 | 1 | 0 | 10011 | 1100010 | 1001011 | 110001 | 1100001 | 1101 |
Color Harmonies of #403401
Complementary color
Monochromatic Colors of #403401
Black with #403401
Text Example
Text Example
White with #403401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403401; }
p { color: rgb(64,52,1); }
H1.HeaderClassName
{
color: #403401;
}
.AnyTagClassName
{
color: #403401;
}
</style>
background-color css
<style>
a { background-color: #403401; }
a { background-color: rgb(64,52,1); }
div.DivClassName
{
background-color: #403401;
}
.BgClassName
{
background-color: #403401;
}
</style>
border-color css
<style>
span { border-color: #403401; }
span { border-color: rgb(64,52,1); }
td.TdClassName
{
border-color: #403401;
}
.TagClassName
{
border-color: #403401;
}
</style>