Shades of Mikado #412F09
Tints of Mikado #412F09
RGB
CMYK
RGB Variations
Color information
#412F09 (or 0x412F09) is known color: Mikado. HEX triplet: 41, 2F and 09. RGB value is (65,47,9). Sum of RGB (Red+Green+Blue) = 65+47+9=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F09 is #BED0F6. Grayscale: #303030. Windows color (decimal): -12505335 or 601921. OLE color: 601921.
HSL color Cylindrical-coordinate representation of color #412F09: hue angle of 40.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412F09 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 9 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.75 |
| HSL | 40.71º | 0.76% | 0.15% | - |
| HSV(B) | 40.71º | 0.86% | 0.25% | - |
| XYZ | 3.25 | 3.18 | 0.7 | - |
| YUV | 48.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 9 | 0 | 0.28 | 0.86 | 0.75 | 40.71 | 0.76 | 0.15 |
| Hex | 41 | 2F | 9 | 0 | 1C | 56 | 4B | 29 | 4C | F |
| Octal | 101 | 57 | 11 | 0 | 34 | 126 | 113 | 51 | 114 | 17 |
| Binary | 1000001 | 101111 | 1001 | 0 | 11100 | 1010110 | 1001011 | 101001 | 1001100 | 1111 |
Color Harmonies of #412F09
Complementary color
Monochromatic Colors of #412F09
Black with #412F09
Text Example
Text Example
White with #412F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F09; }
p { color: rgb(65,47,9); }
H1.HeaderClassName
{
color: #412F09;
}
.AnyTagClassName
{
color: #412F09;
}
</style>
background-color css
<style>
a { background-color: #412F09; }
a { background-color: rgb(65,47,9); }
div.DivClassName
{
background-color: #412F09;
}
.BgClassName
{
background-color: #412F09;
}
</style>
border-color css
<style>
span { border-color: #412F09; }
span { border-color: rgb(65,47,9); }
td.TdClassName
{
border-color: #412F09;
}
.TagClassName
{
border-color: #412F09;
}
</style>