Shades of Mikado #412D0D
Tints of Mikado #412D0D
RGB
CMYK
RGB Variations
Color information
#412D0D (or 0x412D0D) is known color: Mikado. HEX triplet: 41, 2D and 0D. RGB value is (65,45,13). Sum of RGB (Red+Green+Blue) = 65+45+13=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D0D is #BED2F2. Grayscale: #2F2F2F. Windows color (decimal): -12505843 or 863553. OLE color: 863553.
HSL color Cylindrical-coordinate representation of color #412D0D: hue angle of 36.92º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412D0D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 13 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.75 |
| HSL | 36.92º | 0.67% | 0.15% | - |
| HSV(B) | 36.92º | 0.8% | 0.25% | - |
| XYZ | 3.19 | 3.03 | 0.8 | - |
| YUV | 47.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 13 | 0 | 0.31 | 0.80 | 0.75 | 36.92 | 0.67 | 0.15 |
| Hex | 41 | 2D | D | 0 | 1F | 50 | 4B | 25 | 43 | F |
| Octal | 101 | 55 | 15 | 0 | 37 | 120 | 113 | 45 | 103 | 17 |
| Binary | 1000001 | 101101 | 1101 | 0 | 11111 | 1010000 | 1001011 | 100101 | 1000011 | 1111 |
Color Harmonies of #412D0D
Complementary color
Monochromatic Colors of #412D0D
Black with #412D0D
Text Example
Text Example
White with #412D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D0D; }
p { color: rgb(65,45,13); }
H1.HeaderClassName
{
color: #412D0D;
}
.AnyTagClassName
{
color: #412D0D;
}
</style>
background-color css
<style>
a { background-color: #412D0D; }
a { background-color: rgb(65,45,13); }
div.DivClassName
{
background-color: #412D0D;
}
.BgClassName
{
background-color: #412D0D;
}
</style>
border-color css
<style>
span { border-color: #412D0D; }
span { border-color: rgb(65,45,13); }
td.TdClassName
{
border-color: #412D0D;
}
.TagClassName
{
border-color: #412D0D;
}
</style>