Shades of Mikado #412B03
Tints of Mikado #412B03
RGB
CMYK
RGB Variations
Color information
#412B03 (or 0x412B03) is known color: Mikado. HEX triplet: 41, 2B and 03. RGB value is (65,43,3). Sum of RGB (Red+Green+Blue) = 65+43+3=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B03 is #BED4FC. Grayscale: #2D2D2D. Windows color (decimal): -12506365 or 207681. OLE color: 207681.
HSL color Cylindrical-coordinate representation of color #412B03: hue angle of 38.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #412B03 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 3 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.75 |
| HSL | 38.71º | 0.91% | 0.13% | - |
| HSV(B) | 38.71º | 0.95% | 0.25% | - |
| XYZ | 3.06 | 2.86 | 0.48 | - |
| YUV | 45.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 3 | 0 | 0.34 | 0.95 | 0.75 | 38.71 | 0.91 | 0.13 |
| Hex | 41 | 2B | 3 | 0 | 22 | 5F | 4B | 27 | 5B | D |
| Octal | 101 | 53 | 3 | 0 | 42 | 137 | 113 | 47 | 133 | 15 |
| Binary | 1000001 | 101011 | 11 | 0 | 100010 | 1011111 | 1001011 | 100111 | 1011011 | 1101 |
Color Harmonies of #412B03
Complementary color
Monochromatic Colors of #412B03
Black with #412B03
Text Example
Text Example
White with #412B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B03; }
p { color: rgb(65,43,3); }
H1.HeaderClassName
{
color: #412B03;
}
.AnyTagClassName
{
color: #412B03;
}
</style>
background-color css
<style>
a { background-color: #412B03; }
a { background-color: rgb(65,43,3); }
div.DivClassName
{
background-color: #412B03;
}
.BgClassName
{
background-color: #412B03;
}
</style>
border-color css
<style>
span { border-color: #412B03; }
span { border-color: rgb(65,43,3); }
td.TdClassName
{
border-color: #412B03;
}
.TagClassName
{
border-color: #412B03;
}
</style>