Shades of Mikado #413002
Tints of Mikado #413002
RGB
CMYK
RGB Variations
Color information
#413002 (or 0x413002) is known color: Mikado. HEX triplet: 41, 30 and 02. RGB value is (65,48,2). Sum of RGB (Red+Green+Blue) = 65+48+2=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #413002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413002 is #BECFFD. Grayscale: #303030. Windows color (decimal): -12505086 or 143425. OLE color: 143425.
HSL color Cylindrical-coordinate representation of color #413002: hue angle of 43.81º 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 #413002 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 2 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.75 |
| HSL | 43.81º | 0.94% | 0.13% | - |
| HSV(B) | 43.81º | 0.97% | 0.25% | - |
| XYZ | 3.25 | 3.24 | 0.51 | - |
| YUV | 47.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 2 | 0 | 0.26 | 0.97 | 0.75 | 43.81 | 0.94 | 0.13 |
| Hex | 41 | 30 | 2 | 0 | 1A | 61 | 4B | 2C | 5E | D |
| Octal | 101 | 60 | 2 | 0 | 32 | 141 | 113 | 54 | 136 | 15 |
| Binary | 1000001 | 110000 | 10 | 0 | 11010 | 1100001 | 1001011 | 101100 | 1011110 | 1101 |
Color Harmonies of #413002
Complementary color
Monochromatic Colors of #413002
Black with #413002
Text Example
Text Example
White with #413002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413002; }
p { color: rgb(65,48,2); }
H1.HeaderClassName
{
color: #413002;
}
.AnyTagClassName
{
color: #413002;
}
</style>
background-color css
<style>
a { background-color: #413002; }
a { background-color: rgb(65,48,2); }
div.DivClassName
{
background-color: #413002;
}
.BgClassName
{
background-color: #413002;
}
</style>
border-color css
<style>
span { border-color: #413002; }
span { border-color: rgb(65,48,2); }
td.TdClassName
{
border-color: #413002;
}
.TagClassName
{
border-color: #413002;
}
</style>