Shades of Mikado #413119
Tints of Mikado #413119
RGB
CMYK
RGB Variations
Color information
#413119 (or 0x413119) is known color: Mikado. HEX triplet: 41, 31 and 19. RGB value is (65,49,25). Sum of RGB (Red+Green+Blue) = 65+49+25=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413119 is #BECEE6. Grayscale: #333333. Windows color (decimal): -12504807 or 1651009. OLE color: 1651009.
HSL color Cylindrical-coordinate representation of color #413119: hue angle of 36º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413119 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 25 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.75 |
| HSL | 36º | 0.44% | 0.18% | - |
| HSV(B) | 36º | 0.62% | 0.25% | - |
| XYZ | 3.45 | 3.39 | 1.39 | - |
| YUV | 51.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 25 | 0 | 0.25 | 0.62 | 0.75 | 36 | 0.44 | 0.18 |
| Hex | 41 | 31 | 19 | 0 | 19 | 3E | 4B | 24 | 2C | 12 |
| Octal | 101 | 61 | 31 | 0 | 31 | 76 | 113 | 44 | 54 | 22 |
| Binary | 1000001 | 110001 | 11001 | 0 | 11001 | 111110 | 1001011 | 100100 | 101100 | 10010 |
Color Harmonies of #413119
Complementary color
Monochromatic Colors of #413119
Black with #413119
Text Example
Text Example
White with #413119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413119; }
p { color: rgb(65,49,25); }
H1.HeaderClassName
{
color: #413119;
}
.AnyTagClassName
{
color: #413119;
}
</style>
background-color css
<style>
a { background-color: #413119; }
a { background-color: rgb(65,49,25); }
div.DivClassName
{
background-color: #413119;
}
.BgClassName
{
background-color: #413119;
}
</style>
border-color css
<style>
span { border-color: #413119; }
span { border-color: rgb(65,49,25); }
td.TdClassName
{
border-color: #413119;
}
.TagClassName
{
border-color: #413119;
}
</style>