Shades of Mikado #413303
Tints of Mikado #413303
RGB
CMYK
RGB Variations
Color information
#413303 (or 0x413303) is known color: Mikado. HEX triplet: 41, 33 and 03. RGB value is (65,51,3). Sum of RGB (Red+Green+Blue) = 65+51+3=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413303 is #BECCFC. Grayscale: #313131. Windows color (decimal): -12504317 or 209729. OLE color: 209729.
HSL color Cylindrical-coordinate representation of color #413303: hue angle of 46.45º 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 #413303 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 3 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.75 |
| HSL | 46.45º | 0.91% | 0.13% | - |
| HSV(B) | 46.45º | 0.95% | 0.25% | - |
| XYZ | 3.38 | 3.5 | 0.58 | - |
| YUV | 49.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 3 | 0 | 0.22 | 0.95 | 0.75 | 46.45 | 0.91 | 0.13 |
| Hex | 41 | 33 | 3 | 0 | 16 | 5F | 4B | 2E | 5B | D |
| Octal | 101 | 63 | 3 | 0 | 26 | 137 | 113 | 56 | 133 | 15 |
| Binary | 1000001 | 110011 | 11 | 0 | 10110 | 1011111 | 1001011 | 101110 | 1011011 | 1101 |
Color Harmonies of #413303
Complementary color
Monochromatic Colors of #413303
Black with #413303
Text Example
Text Example
White with #413303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413303; }
p { color: rgb(65,51,3); }
H1.HeaderClassName
{
color: #413303;
}
.AnyTagClassName
{
color: #413303;
}
</style>
background-color css
<style>
a { background-color: #413303; }
a { background-color: rgb(65,51,3); }
div.DivClassName
{
background-color: #413303;
}
.BgClassName
{
background-color: #413303;
}
</style>
border-color css
<style>
span { border-color: #413303; }
span { border-color: rgb(65,51,3); }
td.TdClassName
{
border-color: #413303;
}
.TagClassName
{
border-color: #413303;
}
</style>