Shades of Mikado #41381D
Tints of Mikado #41381D
RGB
CMYK
RGB Variations
Color information
#41381D (or 0x41381D) is known color: Mikado. HEX triplet: 41, 38 and 1D. RGB value is (65,56,29). Sum of RGB (Red+Green+Blue) = 65+56+29=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381D is #BEC7E2. Grayscale: #373737. Windows color (decimal): -12503011 or 1914945. OLE color: 1914945.
HSL color Cylindrical-coordinate representation of color #41381D: hue angle of 45º 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 #41381D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 29 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.75 |
| HSL | 45º | 0.38% | 0.18% | - |
| HSV(B) | 45º | 0.55% | 0.25% | - |
| XYZ | 3.82 | 4.04 | 1.74 | - |
| YUV | 55.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 29 | 0 | 0.14 | 0.55 | 0.75 | 45 | 0.38 | 0.18 |
| Hex | 41 | 38 | 1D | 0 | E | 37 | 4B | 2D | 26 | 12 |
| Octal | 101 | 70 | 35 | 0 | 16 | 67 | 113 | 55 | 46 | 22 |
| Binary | 1000001 | 111000 | 11101 | 0 | 1110 | 110111 | 1001011 | 101101 | 100110 | 10010 |
Color Harmonies of #41381D
Complementary color
Monochromatic Colors of #41381D
Black with #41381D
Text Example
Text Example
White with #41381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41381D; }
p { color: rgb(65,56,29); }
H1.HeaderClassName
{
color: #41381D;
}
.AnyTagClassName
{
color: #41381D;
}
</style>
background-color css
<style>
a { background-color: #41381D; }
a { background-color: rgb(65,56,29); }
div.DivClassName
{
background-color: #41381D;
}
.BgClassName
{
background-color: #41381D;
}
</style>
border-color css
<style>
span { border-color: #41381D; }
span { border-color: rgb(65,56,29); }
td.TdClassName
{
border-color: #41381D;
}
.TagClassName
{
border-color: #41381D;
}
</style>