Shades of Mikado #41371B
Tints of Mikado #41371B
RGB
CMYK
RGB Variations
Color information
#41371B (or 0x41371B) is known color: Mikado. HEX triplet: 41, 37 and 1B. RGB value is (65,55,27). Sum of RGB (Red+Green+Blue) = 65+55+27=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41371B is #BEC8E4. Grayscale: #363636. Windows color (decimal): -12503269 or 1783617. OLE color: 1783617.
HSL color Cylindrical-coordinate representation of color #41371B: hue angle of 44.21º 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 #41371B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 27 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.75 |
| HSL | 44.21º | 0.41% | 0.18% | - |
| HSV(B) | 44.21º | 0.58% | 0.25% | - |
| XYZ | 3.74 | 3.94 | 1.6 | - |
| YUV | 54.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 27 | 0 | 0.15 | 0.58 | 0.75 | 44.21 | 0.41 | 0.18 |
| Hex | 41 | 37 | 1B | 0 | F | 3A | 4B | 2C | 29 | 12 |
| Octal | 101 | 67 | 33 | 0 | 17 | 72 | 113 | 54 | 51 | 22 |
| Binary | 1000001 | 110111 | 11011 | 0 | 1111 | 111010 | 1001011 | 101100 | 101001 | 10010 |
Color Harmonies of #41371B
Complementary color
Monochromatic Colors of #41371B
Black with #41371B
Text Example
Text Example
White with #41371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41371B; }
p { color: rgb(65,55,27); }
H1.HeaderClassName
{
color: #41371B;
}
.AnyTagClassName
{
color: #41371B;
}
</style>
background-color css
<style>
a { background-color: #41371B; }
a { background-color: rgb(65,55,27); }
div.DivClassName
{
background-color: #41371B;
}
.BgClassName
{
background-color: #41371B;
}
</style>
border-color css
<style>
span { border-color: #41371B; }
span { border-color: rgb(65,55,27); }
td.TdClassName
{
border-color: #41371B;
}
.TagClassName
{
border-color: #41371B;
}
</style>