Shades of Mikado #41351D
Tints of Mikado #41351D
RGB
CMYK
RGB Variations
Color information
#41351D (or 0x41351D) is known color: Mikado. HEX triplet: 41, 35 and 1D. RGB value is (65,53,29). Sum of RGB (Red+Green+Blue) = 65+53+29=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351D is #BECAE2. Grayscale: #353535. Windows color (decimal): -12503779 or 1914177. OLE color: 1914177.
HSL color Cylindrical-coordinate representation of color #41351D: hue angle of 40º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41351D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 29 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.75 |
| HSL | 40º | 0.38% | 0.18% | - |
| HSV(B) | 40º | 0.55% | 0.25% | - |
| XYZ | 3.67 | 3.76 | 1.69 | - |
| YUV | 53.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 29 | 0 | 0.18 | 0.55 | 0.75 | 40 | 0.38 | 0.18 |
| Hex | 41 | 35 | 1D | 0 | 12 | 37 | 4B | 28 | 26 | 12 |
| Octal | 101 | 65 | 35 | 0 | 22 | 67 | 113 | 50 | 46 | 22 |
| Binary | 1000001 | 110101 | 11101 | 0 | 10010 | 110111 | 1001011 | 101000 | 100110 | 10010 |
Color Harmonies of #41351D
Complementary color
Monochromatic Colors of #41351D
Black with #41351D
Text Example
Text Example
White with #41351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41351D; }
p { color: rgb(65,53,29); }
H1.HeaderClassName
{
color: #41351D;
}
.AnyTagClassName
{
color: #41351D;
}
</style>
background-color css
<style>
a { background-color: #41351D; }
a { background-color: rgb(65,53,29); }
div.DivClassName
{
background-color: #41351D;
}
.BgClassName
{
background-color: #41351D;
}
</style>
border-color css
<style>
span { border-color: #41351D; }
span { border-color: rgb(65,53,29); }
td.TdClassName
{
border-color: #41351D;
}
.TagClassName
{
border-color: #41351D;
}
</style>