Shades of Mikado #413402
Tints of Mikado #413402
RGB
CMYK
RGB Variations
Color information
#413402 (or 0x413402) is known color: Mikado. HEX triplet: 41, 34 and 02. RGB value is (65,52,2). Sum of RGB (Red+Green+Blue) = 65+52+2=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413402 is #BECBFD. Grayscale: #323232. Windows color (decimal): -12504062 or 144449. OLE color: 144449.
HSL color Cylindrical-coordinate representation of color #413402: hue angle of 47.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #413402 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 52 | 2 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.75 |
| HSL | 47.62º | 0.94% | 0.13% | - |
| HSV(B) | 47.62º | 0.97% | 0.25% | - |
| XYZ | 3.42 | 3.58 | 0.57 | - |
| YUV | 50.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 2 | 0 | 0.20 | 0.97 | 0.75 | 47.62 | 0.94 | 0.13 |
| Hex | 41 | 34 | 2 | 0 | 14 | 61 | 4B | 30 | 5E | D |
| Octal | 101 | 64 | 2 | 0 | 24 | 141 | 113 | 60 | 136 | 15 |
| Binary | 1000001 | 110100 | 10 | 0 | 10100 | 1100001 | 1001011 | 110000 | 1011110 | 1101 |
Color Harmonies of #413402
Complementary color
Monochromatic Colors of #413402
Black with #413402
Text Example
Text Example
White with #413402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413402; }
p { color: rgb(65,52,2); }
H1.HeaderClassName
{
color: #413402;
}
.AnyTagClassName
{
color: #413402;
}
</style>
background-color css
<style>
a { background-color: #413402; }
a { background-color: rgb(65,52,2); }
div.DivClassName
{
background-color: #413402;
}
.BgClassName
{
background-color: #413402;
}
</style>
border-color css
<style>
span { border-color: #413402; }
span { border-color: rgb(65,52,2); }
td.TdClassName
{
border-color: #413402;
}
.TagClassName
{
border-color: #413402;
}
</style>