Shades of Mikado #41320F
Tints of Mikado #41320F
RGB
CMYK
RGB Variations
Color information
#41320F (or 0x41320F) is known color: Mikado. HEX triplet: 41, 32 and 0F. RGB value is (65,50,15). Sum of RGB (Red+Green+Blue) = 65+50+15=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41320F is #BECDF0. Grayscale: #323232. Windows color (decimal): -12504561 or 995905. OLE color: 995905.
HSL color Cylindrical-coordinate representation of color #41320F: hue angle of 42º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41320F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 15 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.75 |
| HSL | 42º | 0.63% | 0.16% | - |
| HSV(B) | 42º | 0.77% | 0.25% | - |
| XYZ | 3.41 | 3.44 | 0.94 | - |
| YUV | 50.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 15 | 0 | 0.23 | 0.77 | 0.75 | 42 | 0.63 | 0.16 |
| Hex | 41 | 32 | F | 0 | 17 | 4D | 4B | 2A | 3E | 10 |
| Octal | 101 | 62 | 17 | 0 | 27 | 115 | 113 | 52 | 76 | 20 |
| Binary | 1000001 | 110010 | 1111 | 0 | 10111 | 1001101 | 1001011 | 101010 | 111110 | 10000 |
Color Harmonies of #41320F
Complementary color
Monochromatic Colors of #41320F
Black with #41320F
Text Example
Text Example
White with #41320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41320F; }
p { color: rgb(65,50,15); }
H1.HeaderClassName
{
color: #41320F;
}
.AnyTagClassName
{
color: #41320F;
}
</style>
background-color css
<style>
a { background-color: #41320F; }
a { background-color: rgb(65,50,15); }
div.DivClassName
{
background-color: #41320F;
}
.BgClassName
{
background-color: #41320F;
}
</style>
border-color css
<style>
span { border-color: #41320F; }
span { border-color: rgb(65,50,15); }
td.TdClassName
{
border-color: #41320F;
}
.TagClassName
{
border-color: #41320F;
}
</style>