Shades of Mikado #41361D
Tints of Mikado #41361D
RGB
CMYK
RGB Variations
Color information
#41361D (or 0x41361D) is known color: Mikado. HEX triplet: 41, 36 and 1D. RGB value is (65,54,29). Sum of RGB (Red+Green+Blue) = 65+54+29=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361D is #BEC9E2. Grayscale: #363636. Windows color (decimal): -12503523 or 1914433. OLE color: 1914433.
HSL color Cylindrical-coordinate representation of color #41361D: hue angle of 41.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41361D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 54 | 29 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.75 |
| HSL | 41.67º | 0.38% | 0.18% | - |
| HSV(B) | 41.67º | 0.55% | 0.25% | - |
| XYZ | 3.72 | 3.85 | 1.71 | - |
| YUV | 54.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 29 | 0 | 0.17 | 0.55 | 0.75 | 41.67 | 0.38 | 0.18 |
| Hex | 41 | 36 | 1D | 0 | 11 | 37 | 4B | 2A | 26 | 12 |
| Octal | 101 | 66 | 35 | 0 | 21 | 67 | 113 | 52 | 46 | 22 |
| Binary | 1000001 | 110110 | 11101 | 0 | 10001 | 110111 | 1001011 | 101010 | 100110 | 10010 |
Color Harmonies of #41361D
Complementary color
Monochromatic Colors of #41361D
Black with #41361D
Text Example
Text Example
White with #41361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41361D; }
p { color: rgb(65,54,29); }
H1.HeaderClassName
{
color: #41361D;
}
.AnyTagClassName
{
color: #41361D;
}
</style>
background-color css
<style>
a { background-color: #41361D; }
a { background-color: rgb(65,54,29); }
div.DivClassName
{
background-color: #41361D;
}
.BgClassName
{
background-color: #41361D;
}
</style>
border-color css
<style>
span { border-color: #41361D; }
span { border-color: rgb(65,54,29); }
td.TdClassName
{
border-color: #41361D;
}
.TagClassName
{
border-color: #41361D;
}
</style>