Shades of Mikado #40320A
Tints of Mikado #40320A
RGB
CMYK
RGB Variations
Color information
#40320A (or 0x40320A) is known color: Mikado. HEX triplet: 40, 32 and 0A. RGB value is (64,50,10). Sum of RGB (Red+Green+Blue) = 64+50+10=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40320A is #BFCDF5. Grayscale: #313131. Windows color (decimal): -12570102 or 668224. OLE color: 668224.
HSL color Cylindrical-coordinate representation of color #40320A: hue angle of 44.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40320A is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 10 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.75 |
| HSL | 44.44º | 0.73% | 0.15% | - |
| HSV(B) | 44.44º | 0.84% | 0.25% | - |
| XYZ | 3.31 | 3.39 | 0.77 | - |
| YUV | 49.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 10 | 0 | 0.22 | 0.84 | 0.75 | 44.44 | 0.73 | 0.15 |
| Hex | 40 | 32 | A | 0 | 16 | 54 | 4B | 2C | 49 | F |
| Octal | 100 | 62 | 12 | 0 | 26 | 124 | 113 | 54 | 111 | 17 |
| Binary | 1000000 | 110010 | 1010 | 0 | 10110 | 1010100 | 1001011 | 101100 | 1001001 | 1111 |
Color Harmonies of #40320A
Complementary color
Monochromatic Colors of #40320A
Black with #40320A
Text Example
Text Example
White with #40320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40320A; }
p { color: rgb(64,50,10); }
H1.HeaderClassName
{
color: #40320A;
}
.AnyTagClassName
{
color: #40320A;
}
</style>
background-color css
<style>
a { background-color: #40320A; }
a { background-color: rgb(64,50,10); }
div.DivClassName
{
background-color: #40320A;
}
.BgClassName
{
background-color: #40320A;
}
</style>
border-color css
<style>
span { border-color: #40320A; }
span { border-color: rgb(64,50,10); }
td.TdClassName
{
border-color: #40320A;
}
.TagClassName
{
border-color: #40320A;
}
</style>