Shades of Mikado #40320D
Tints of Mikado #40320D
RGB
CMYK
RGB Variations
Color information
#40320D (or 0x40320D) is known color: Mikado. HEX triplet: 40, 32 and 0D. RGB value is (64,50,13). Sum of RGB (Red+Green+Blue) = 64+50+13=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40320D is #BFCDF2. Grayscale: #323232. Windows color (decimal): -12570099 or 864832. OLE color: 864832.
HSL color Cylindrical-coordinate representation of color #40320D: hue angle of 43.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40320D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 13 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.75 |
| HSL | 43.53º | 0.66% | 0.15% | - |
| HSV(B) | 43.53º | 0.8% | 0.25% | - |
| XYZ | 3.33 | 3.4 | 0.86 | - |
| YUV | 49.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 13 | 0 | 0.22 | 0.80 | 0.75 | 43.53 | 0.66 | 0.15 |
| Hex | 40 | 32 | D | 0 | 16 | 50 | 4B | 2C | 42 | F |
| Octal | 100 | 62 | 15 | 0 | 26 | 120 | 113 | 54 | 102 | 17 |
| Binary | 1000000 | 110010 | 1101 | 0 | 10110 | 1010000 | 1001011 | 101100 | 1000010 | 1111 |
Color Harmonies of #40320D
Complementary color
Monochromatic Colors of #40320D
Black with #40320D
Text Example
Text Example
White with #40320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40320D; }
p { color: rgb(64,50,13); }
H1.HeaderClassName
{
color: #40320D;
}
.AnyTagClassName
{
color: #40320D;
}
</style>
background-color css
<style>
a { background-color: #40320D; }
a { background-color: rgb(64,50,13); }
div.DivClassName
{
background-color: #40320D;
}
.BgClassName
{
background-color: #40320D;
}
</style>
border-color css
<style>
span { border-color: #40320D; }
span { border-color: rgb(64,50,13); }
td.TdClassName
{
border-color: #40320D;
}
.TagClassName
{
border-color: #40320D;
}
</style>