Shades of Mikado #41350A
Tints of Mikado #41350A
RGB
CMYK
RGB Variations
Color information
#41350A (or 0x41350A) is known color: Mikado. HEX triplet: 41, 35 and 0A. RGB value is (65,53,10). Sum of RGB (Red+Green+Blue) = 65+53+10=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350A is #BECAF5. Grayscale: #333333. Windows color (decimal): -12503798 or 668993. OLE color: 668993.
HSL color Cylindrical-coordinate representation of color #41350A: hue angle of 46.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41350A is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 10 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.75 |
| HSL | 46.91º | 0.73% | 0.15% | - |
| HSV(B) | 46.91º | 0.85% | 0.25% | - |
| XYZ | 3.51 | 3.69 | 0.81 | - |
| YUV | 51.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 10 | 0 | 0.18 | 0.85 | 0.75 | 46.91 | 0.73 | 0.15 |
| Hex | 41 | 35 | A | 0 | 12 | 55 | 4B | 2F | 49 | F |
| Octal | 101 | 65 | 12 | 0 | 22 | 125 | 113 | 57 | 111 | 17 |
| Binary | 1000001 | 110101 | 1010 | 0 | 10010 | 1010101 | 1001011 | 101111 | 1001001 | 1111 |
Color Harmonies of #41350A
Complementary color
Monochromatic Colors of #41350A
Black with #41350A
Text Example
Text Example
White with #41350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41350A; }
p { color: rgb(65,53,10); }
H1.HeaderClassName
{
color: #41350A;
}
.AnyTagClassName
{
color: #41350A;
}
</style>
background-color css
<style>
a { background-color: #41350A; }
a { background-color: rgb(65,53,10); }
div.DivClassName
{
background-color: #41350A;
}
.BgClassName
{
background-color: #41350A;
}
</style>
border-color css
<style>
span { border-color: #41350A; }
span { border-color: rgb(65,53,10); }
td.TdClassName
{
border-color: #41350A;
}
.TagClassName
{
border-color: #41350A;
}
</style>