Shades of Mikado #41321A
Tints of Mikado #41321A
RGB
CMYK
RGB Variations
Color information
#41321A (or 0x41321A) is known color: Mikado. HEX triplet: 41, 32 and 1A. RGB value is (65,50,26). Sum of RGB (Red+Green+Blue) = 65+50+26=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321A is #BECDE5. Grayscale: #333333. Windows color (decimal): -12504550 or 1716801. OLE color: 1716801.
HSL color Cylindrical-coordinate representation of color #41321A: hue angle of 36.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41321A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 26 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.75 |
| HSL | 36.92º | 0.43% | 0.18% | - |
| HSV(B) | 36.92º | 0.6% | 0.25% | - |
| XYZ | 3.51 | 3.48 | 1.46 | - |
| YUV | 51.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 26 | 0 | 0.23 | 0.60 | 0.75 | 36.92 | 0.43 | 0.18 |
| Hex | 41 | 32 | 1A | 0 | 17 | 3C | 4B | 25 | 2B | 12 |
| Octal | 101 | 62 | 32 | 0 | 27 | 74 | 113 | 45 | 53 | 22 |
| Binary | 1000001 | 110010 | 11010 | 0 | 10111 | 111100 | 1001011 | 100101 | 101011 | 10010 |
Color Harmonies of #41321A
Complementary color
Monochromatic Colors of #41321A
Black with #41321A
Text Example
Text Example
White with #41321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41321A; }
p { color: rgb(65,50,26); }
H1.HeaderClassName
{
color: #41321A;
}
.AnyTagClassName
{
color: #41321A;
}
</style>
background-color css
<style>
a { background-color: #41321A; }
a { background-color: rgb(65,50,26); }
div.DivClassName
{
background-color: #41321A;
}
.BgClassName
{
background-color: #41321A;
}
</style>
border-color css
<style>
span { border-color: #41321A; }
span { border-color: rgb(65,50,26); }
td.TdClassName
{
border-color: #41321A;
}
.TagClassName
{
border-color: #41321A;
}
</style>