Shades of Mikado #40331D
Tints of Mikado #40331D
RGB
CMYK
RGB Variations
Color information
#40331D (or 0x40331D) is known color: Mikado. HEX triplet: 40, 33 and 1D. RGB value is (64,51,29). Sum of RGB (Red+Green+Blue) = 64+51+29=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40331D is #BFCCE2. Grayscale: #343434. Windows color (decimal): -12569827 or 1913664. OLE color: 1913664.
HSL color Cylindrical-coordinate representation of color #40331D: hue angle of 37.71º 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 #40331D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 29 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.75 |
| HSL | 37.71º | 0.38% | 0.18% | - |
| HSV(B) | 37.71º | 0.55% | 0.25% | - |
| XYZ | 3.52 | 3.55 | 1.66 | - |
| YUV | 52.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 29 | 0 | 0.20 | 0.55 | 0.75 | 37.71 | 0.38 | 0.18 |
| Hex | 40 | 33 | 1D | 0 | 14 | 37 | 4B | 26 | 26 | 12 |
| Octal | 100 | 63 | 35 | 0 | 24 | 67 | 113 | 46 | 46 | 22 |
| Binary | 1000000 | 110011 | 11101 | 0 | 10100 | 110111 | 1001011 | 100110 | 100110 | 10010 |
Color Harmonies of #40331D
Complementary color
Monochromatic Colors of #40331D
Black with #40331D
Text Example
Text Example
White with #40331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40331D; }
p { color: rgb(64,51,29); }
H1.HeaderClassName
{
color: #40331D;
}
.AnyTagClassName
{
color: #40331D;
}
</style>
background-color css
<style>
a { background-color: #40331D; }
a { background-color: rgb(64,51,29); }
div.DivClassName
{
background-color: #40331D;
}
.BgClassName
{
background-color: #40331D;
}
</style>
border-color css
<style>
span { border-color: #40331D; }
span { border-color: rgb(64,51,29); }
td.TdClassName
{
border-color: #40331D;
}
.TagClassName
{
border-color: #40331D;
}
</style>