Shades of Mikado #413302
Tints of Mikado #413302
RGB
CMYK
RGB Variations
Color information
#413302 (or 0x413302) is known color: Mikado. HEX triplet: 41, 33 and 02. RGB value is (65,51,2). Sum of RGB (Red+Green+Blue) = 65+51+2=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413302 is #BECCFD. Grayscale: #313131. Windows color (decimal): -12504318 or 144193. OLE color: 144193.
HSL color Cylindrical-coordinate representation of color #413302: hue angle of 46.67º 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 #413302 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 2 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.75 |
| HSL | 46.67º | 0.94% | 0.13% | - |
| HSV(B) | 46.67º | 0.97% | 0.25% | - |
| XYZ | 3.37 | 3.5 | 0.55 | - |
| YUV | 49.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 2 | 0 | 0.22 | 0.97 | 0.75 | 46.67 | 0.94 | 0.13 |
| Hex | 41 | 33 | 2 | 0 | 16 | 61 | 4B | 2F | 5E | D |
| Octal | 101 | 63 | 2 | 0 | 26 | 141 | 113 | 57 | 136 | 15 |
| Binary | 1000001 | 110011 | 10 | 0 | 10110 | 1100001 | 1001011 | 101111 | 1011110 | 1101 |
Color Harmonies of #413302
Complementary color
Monochromatic Colors of #413302
Black with #413302
Text Example
Text Example
White with #413302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413302; }
p { color: rgb(65,51,2); }
H1.HeaderClassName
{
color: #413302;
}
.AnyTagClassName
{
color: #413302;
}
</style>
background-color css
<style>
a { background-color: #413302; }
a { background-color: rgb(65,51,2); }
div.DivClassName
{
background-color: #413302;
}
.BgClassName
{
background-color: #413302;
}
</style>
border-color css
<style>
span { border-color: #413302; }
span { border-color: rgb(65,51,2); }
td.TdClassName
{
border-color: #413302;
}
.TagClassName
{
border-color: #413302;
}
</style>