Shades of Mikado #403313
Tints of Mikado #403313
RGB
CMYK
RGB Variations
Color information
#403313 (or 0x403313) is known color: Mikado. HEX triplet: 40, 33 and 13. RGB value is (64,51,19). Sum of RGB (Red+Green+Blue) = 64+51+19=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403313 is #BFCCEC. Grayscale: #333333. Windows color (decimal): -12569837 or 1258304. OLE color: 1258304.
HSL color Cylindrical-coordinate representation of color #403313: hue angle of 42.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403313 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 19 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.75 |
| HSL | 42.67º | 0.54% | 0.16% | - |
| HSV(B) | 42.67º | 0.7% | 0.25% | - |
| XYZ | 3.42 | 3.5 | 1.11 | - |
| YUV | 51.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 19 | 0 | 0.20 | 0.70 | 0.75 | 42.67 | 0.54 | 0.16 |
| Hex | 40 | 33 | 13 | 0 | 14 | 46 | 4B | 2B | 36 | 10 |
| Octal | 100 | 63 | 23 | 0 | 24 | 106 | 113 | 53 | 66 | 20 |
| Binary | 1000000 | 110011 | 10011 | 0 | 10100 | 1000110 | 1001011 | 101011 | 110110 | 10000 |
Color Harmonies of #403313
Complementary color
Monochromatic Colors of #403313
Black with #403313
Text Example
Text Example
White with #403313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403313; }
p { color: rgb(64,51,19); }
H1.HeaderClassName
{
color: #403313;
}
.AnyTagClassName
{
color: #403313;
}
</style>
background-color css
<style>
a { background-color: #403313; }
a { background-color: rgb(64,51,19); }
div.DivClassName
{
background-color: #403313;
}
.BgClassName
{
background-color: #403313;
}
</style>
border-color css
<style>
span { border-color: #403313; }
span { border-color: rgb(64,51,19); }
td.TdClassName
{
border-color: #403313;
}
.TagClassName
{
border-color: #403313;
}
</style>