Shades of Mikado #412D01
Tints of Mikado #412D01
RGB
CMYK
RGB Variations
Color information
#412D01 (or 0x412D01) is known color: Mikado. HEX triplet: 41, 2D and 01. RGB value is (65,45,1). Sum of RGB (Red+Green+Blue) = 65+45+1=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D01 is #BED2FE. Grayscale: #2E2E2E. Windows color (decimal): -12505855 or 77121. OLE color: 77121.
HSL color Cylindrical-coordinate representation of color #412D01: hue angle of 41.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #412D01 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 1 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.75 |
| HSL | 41.25º | 0.97% | 0.13% | - |
| HSV(B) | 41.25º | 0.98% | 0.25% | - |
| XYZ | 3.12 | 3 | 0.44 | - |
| YUV | 45.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 1 | 0 | 0.31 | 0.98 | 0.75 | 41.25 | 0.97 | 0.13 |
| Hex | 41 | 2D | 1 | 0 | 1F | 62 | 4B | 29 | 61 | D |
| Octal | 101 | 55 | 1 | 0 | 37 | 142 | 113 | 51 | 141 | 15 |
| Binary | 1000001 | 101101 | 1 | 0 | 11111 | 1100010 | 1001011 | 101001 | 1100001 | 1101 |
Color Harmonies of #412D01
Complementary color
Monochromatic Colors of #412D01
Black with #412D01
Text Example
Text Example
White with #412D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D01; }
p { color: rgb(65,45,1); }
H1.HeaderClassName
{
color: #412D01;
}
.AnyTagClassName
{
color: #412D01;
}
</style>
background-color css
<style>
a { background-color: #412D01; }
a { background-color: rgb(65,45,1); }
div.DivClassName
{
background-color: #412D01;
}
.BgClassName
{
background-color: #412D01;
}
</style>
border-color css
<style>
span { border-color: #412D01; }
span { border-color: rgb(65,45,1); }
td.TdClassName
{
border-color: #412D01;
}
.TagClassName
{
border-color: #412D01;
}
</style>