Shades of Mikado #413313
Tints of Mikado #413313
RGB
CMYK
RGB Variations
Color information
#413313 (or 0x413313) is known color: Mikado. HEX triplet: 41, 33 and 13. RGB value is (65,51,19). Sum of RGB (Red+Green+Blue) = 65+51+19=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413313 is #BECCEC. Grayscale: #333333. Windows color (decimal): -12504301 or 1258305. OLE color: 1258305.
HSL color Cylindrical-coordinate representation of color #413313: hue angle of 41.74º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413313 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 19 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.75 |
| HSL | 41.74º | 0.55% | 0.16% | - |
| HSV(B) | 41.74º | 0.71% | 0.25% | - |
| XYZ | 3.48 | 3.54 | 1.12 | - |
| YUV | 51.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 19 | 0 | 0.22 | 0.71 | 0.75 | 41.74 | 0.55 | 0.16 |
| Hex | 41 | 33 | 13 | 0 | 16 | 47 | 4B | 2A | 37 | 10 |
| Octal | 101 | 63 | 23 | 0 | 26 | 107 | 113 | 52 | 67 | 20 |
| Binary | 1000001 | 110011 | 10011 | 0 | 10110 | 1000111 | 1001011 | 101010 | 110111 | 10000 |
Color Harmonies of #413313
Complementary color
Monochromatic Colors of #413313
Black with #413313
Text Example
Text Example
White with #413313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413313; }
p { color: rgb(65,51,19); }
H1.HeaderClassName
{
color: #413313;
}
.AnyTagClassName
{
color: #413313;
}
</style>
background-color css
<style>
a { background-color: #413313; }
a { background-color: rgb(65,51,19); }
div.DivClassName
{
background-color: #413313;
}
.BgClassName
{
background-color: #413313;
}
</style>
border-color css
<style>
span { border-color: #413313; }
span { border-color: rgb(65,51,19); }
td.TdClassName
{
border-color: #413313;
}
.TagClassName
{
border-color: #413313;
}
</style>