Shades of Mikado #41310B
Tints of Mikado #41310B
RGB
CMYK
RGB Variations
Color information
#41310B (or 0x41310B) is known color: Mikado. HEX triplet: 41, 31 and 0B. RGB value is (65,49,11). Sum of RGB (Red+Green+Blue) = 65+49+11=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310B is #BECEF4. Grayscale: #313131. Windows color (decimal): -12504821 or 733505. OLE color: 733505.
HSL color Cylindrical-coordinate representation of color #41310B: hue angle of 42.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41310B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 11 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.75 |
| HSL | 42.22º | 0.71% | 0.15% | - |
| HSV(B) | 42.22º | 0.83% | 0.25% | - |
| XYZ | 3.34 | 3.34 | 0.79 | - |
| YUV | 49.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 11 | 0 | 0.25 | 0.83 | 0.75 | 42.22 | 0.71 | 0.15 |
| Hex | 41 | 31 | B | 0 | 19 | 53 | 4B | 2A | 47 | F |
| Octal | 101 | 61 | 13 | 0 | 31 | 123 | 113 | 52 | 107 | 17 |
| Binary | 1000001 | 110001 | 1011 | 0 | 11001 | 1010011 | 1001011 | 101010 | 1000111 | 1111 |
Color Harmonies of #41310B
Complementary color
Monochromatic Colors of #41310B
Black with #41310B
Text Example
Text Example
White with #41310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41310B; }
p { color: rgb(65,49,11); }
H1.HeaderClassName
{
color: #41310B;
}
.AnyTagClassName
{
color: #41310B;
}
</style>
background-color css
<style>
a { background-color: #41310B; }
a { background-color: rgb(65,49,11); }
div.DivClassName
{
background-color: #41310B;
}
.BgClassName
{
background-color: #41310B;
}
</style>
border-color css
<style>
span { border-color: #41310B; }
span { border-color: rgb(65,49,11); }
td.TdClassName
{
border-color: #41310B;
}
.TagClassName
{
border-color: #41310B;
}
</style>