Shades of Mikado #40320B
Tints of Mikado #40320B
RGB
CMYK
RGB Variations
Color information
#40320B (or 0x40320B) is known color: Mikado. HEX triplet: 40, 32 and 0B. RGB value is (64,50,11). Sum of RGB (Red+Green+Blue) = 64+50+11=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40320B is #BFCDF4. Grayscale: #313131. Windows color (decimal): -12570101 or 733760. OLE color: 733760.
HSL color Cylindrical-coordinate representation of color #40320B: hue angle of 44.15º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40320B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 11 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.75 |
| HSL | 44.15º | 0.71% | 0.15% | - |
| HSV(B) | 44.15º | 0.83% | 0.25% | - |
| XYZ | 3.32 | 3.4 | 0.8 | - |
| YUV | 49.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 11 | 0 | 0.22 | 0.83 | 0.75 | 44.15 | 0.71 | 0.15 |
| Hex | 40 | 32 | B | 0 | 16 | 53 | 4B | 2C | 47 | F |
| Octal | 100 | 62 | 13 | 0 | 26 | 123 | 113 | 54 | 107 | 17 |
| Binary | 1000000 | 110010 | 1011 | 0 | 10110 | 1010011 | 1001011 | 101100 | 1000111 | 1111 |
Color Harmonies of #40320B
Complementary color
Monochromatic Colors of #40320B
Black with #40320B
Text Example
Text Example
White with #40320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40320B; }
p { color: rgb(64,50,11); }
H1.HeaderClassName
{
color: #40320B;
}
.AnyTagClassName
{
color: #40320B;
}
</style>
background-color css
<style>
a { background-color: #40320B; }
a { background-color: rgb(64,50,11); }
div.DivClassName
{
background-color: #40320B;
}
.BgClassName
{
background-color: #40320B;
}
</style>
border-color css
<style>
span { border-color: #40320B; }
span { border-color: rgb(64,50,11); }
td.TdClassName
{
border-color: #40320B;
}
.TagClassName
{
border-color: #40320B;
}
</style>