Shades of Mikado #41351B
Tints of Mikado #41351B
RGB
CMYK
RGB Variations
Color information
#41351B (or 0x41351B) is known color: Mikado. HEX triplet: 41, 35 and 1B. RGB value is (65,53,27). Sum of RGB (Red+Green+Blue) = 65+53+27=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351B is #BECAE4. Grayscale: #353535. Windows color (decimal): -12503781 or 1783105. OLE color: 1783105.
HSL color Cylindrical-coordinate representation of color #41351B: hue angle of 41.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41351B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 27 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.75 |
| HSL | 41.05º | 0.41% | 0.18% | - |
| HSV(B) | 41.05º | 0.58% | 0.25% | - |
| XYZ | 3.65 | 3.75 | 1.57 | - |
| YUV | 53.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 27 | 0 | 0.18 | 0.58 | 0.75 | 41.05 | 0.41 | 0.18 |
| Hex | 41 | 35 | 1B | 0 | 12 | 3A | 4B | 29 | 29 | 12 |
| Octal | 101 | 65 | 33 | 0 | 22 | 72 | 113 | 51 | 51 | 22 |
| Binary | 1000001 | 110101 | 11011 | 0 | 10010 | 111010 | 1001011 | 101001 | 101001 | 10010 |
Color Harmonies of #41351B
Complementary color
Monochromatic Colors of #41351B
Black with #41351B
Text Example
Text Example
White with #41351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41351B; }
p { color: rgb(65,53,27); }
H1.HeaderClassName
{
color: #41351B;
}
.AnyTagClassName
{
color: #41351B;
}
</style>
background-color css
<style>
a { background-color: #41351B; }
a { background-color: rgb(65,53,27); }
div.DivClassName
{
background-color: #41351B;
}
.BgClassName
{
background-color: #41351B;
}
</style>
border-color css
<style>
span { border-color: #41351B; }
span { border-color: rgb(65,53,27); }
td.TdClassName
{
border-color: #41351B;
}
.TagClassName
{
border-color: #41351B;
}
</style>