Shades of Mikado #413105
Tints of Mikado #413105
RGB
CMYK
RGB Variations
Color information
#413105 (or 0x413105) is known color: Mikado. HEX triplet: 41, 31 and 05. RGB value is (65,49,5). Sum of RGB (Red+Green+Blue) = 65+49+5=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413105 is #BECEFA. Grayscale: #303030. Windows color (decimal): -12504827 or 340289. OLE color: 340289.
HSL color Cylindrical-coordinate representation of color #413105: hue angle of 44º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #413105 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 5 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.75 |
| HSL | 44º | 0.86% | 0.14% | - |
| HSV(B) | 44º | 0.92% | 0.25% | - |
| XYZ | 3.31 | 3.33 | 0.61 | - |
| YUV | 48.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 5 | 0 | 0.25 | 0.92 | 0.75 | 44 | 0.86 | 0.14 |
| Hex | 41 | 31 | 5 | 0 | 19 | 5C | 4B | 2C | 56 | E |
| Octal | 101 | 61 | 5 | 0 | 31 | 134 | 113 | 54 | 126 | 16 |
| Binary | 1000001 | 110001 | 101 | 0 | 11001 | 1011100 | 1001011 | 101100 | 1010110 | 1110 |
Color Harmonies of #413105
Complementary color
Monochromatic Colors of #413105
Black with #413105
Text Example
Text Example
White with #413105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413105; }
p { color: rgb(65,49,5); }
H1.HeaderClassName
{
color: #413105;
}
.AnyTagClassName
{
color: #413105;
}
</style>
background-color css
<style>
a { background-color: #413105; }
a { background-color: rgb(65,49,5); }
div.DivClassName
{
background-color: #413105;
}
.BgClassName
{
background-color: #413105;
}
</style>
border-color css
<style>
span { border-color: #413105; }
span { border-color: rgb(65,49,5); }
td.TdClassName
{
border-color: #413105;
}
.TagClassName
{
border-color: #413105;
}
</style>