Shades of Mikado #41350D
Tints of Mikado #41350D
RGB
CMYK
RGB Variations
Color information
#41350D (or 0x41350D) is known color: Mikado. HEX triplet: 41, 35 and 0D. RGB value is (65,53,13). Sum of RGB (Red+Green+Blue) = 65+53+13=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350D is #BECAF2. Grayscale: #343434. Windows color (decimal): -12503795 or 865601. OLE color: 865601.
HSL color Cylindrical-coordinate representation of color #41350D: hue angle of 46.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41350D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 13 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.75 |
| HSL | 46.15º | 0.67% | 0.15% | - |
| HSV(B) | 46.15º | 0.8% | 0.25% | - |
| XYZ | 3.53 | 3.7 | 0.91 | - |
| YUV | 52.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 13 | 0 | 0.18 | 0.80 | 0.75 | 46.15 | 0.67 | 0.15 |
| Hex | 41 | 35 | D | 0 | 12 | 50 | 4B | 2E | 43 | F |
| Octal | 101 | 65 | 15 | 0 | 22 | 120 | 113 | 56 | 103 | 17 |
| Binary | 1000001 | 110101 | 1101 | 0 | 10010 | 1010000 | 1001011 | 101110 | 1000011 | 1111 |
Color Harmonies of #41350D
Complementary color
Monochromatic Colors of #41350D
Black with #41350D
Text Example
Text Example
White with #41350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41350D; }
p { color: rgb(65,53,13); }
H1.HeaderClassName
{
color: #41350D;
}
.AnyTagClassName
{
color: #41350D;
}
</style>
background-color css
<style>
a { background-color: #41350D; }
a { background-color: rgb(65,53,13); }
div.DivClassName
{
background-color: #41350D;
}
.BgClassName
{
background-color: #41350D;
}
</style>
border-color css
<style>
span { border-color: #41350D; }
span { border-color: rgb(65,53,13); }
td.TdClassName
{
border-color: #41350D;
}
.TagClassName
{
border-color: #41350D;
}
</style>