Shades of Mikado #41371E
Tints of Mikado #41371E
RGB
CMYK
RGB Variations
Color information
#41371E (or 0x41371E) is known color: Mikado. HEX triplet: 41, 37 and 1E. RGB value is (65,55,30). Sum of RGB (Red+Green+Blue) = 65+55+30=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41371E is #BEC8E1. Grayscale: #373737. Windows color (decimal): -12503266 or 1980225. OLE color: 1980225.
HSL color Cylindrical-coordinate representation of color #41371E: hue angle of 42.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41371E is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 30 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.75 |
| HSL | 42.86º | 0.37% | 0.19% | - |
| HSV(B) | 42.86º | 0.54% | 0.25% | - |
| XYZ | 3.78 | 3.95 | 1.79 | - |
| YUV | 55.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 30 | 0 | 0.15 | 0.54 | 0.75 | 42.86 | 0.37 | 0.19 |
| Hex | 41 | 37 | 1E | 0 | F | 36 | 4B | 2B | 25 | 13 |
| Octal | 101 | 67 | 36 | 0 | 17 | 66 | 113 | 53 | 45 | 23 |
| Binary | 1000001 | 110111 | 11110 | 0 | 1111 | 110110 | 1001011 | 101011 | 100101 | 10011 |
Color Harmonies of #41371E
Complementary color
Monochromatic Colors of #41371E
Black with #41371E
Text Example
Text Example
White with #41371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41371E; }
p { color: rgb(65,55,30); }
H1.HeaderClassName
{
color: #41371E;
}
.AnyTagClassName
{
color: #41371E;
}
</style>
background-color css
<style>
a { background-color: #41371E; }
a { background-color: rgb(65,55,30); }
div.DivClassName
{
background-color: #41371E;
}
.BgClassName
{
background-color: #41371E;
}
</style>
border-color css
<style>
span { border-color: #41371E; }
span { border-color: rgb(65,55,30); }
td.TdClassName
{
border-color: #41371E;
}
.TagClassName
{
border-color: #41371E;
}
</style>