Shades of Mikado #403219
Tints of Mikado #403219
RGB
CMYK
RGB Variations
Color information
#403219 (or 0x403219) is known color: Mikado. HEX triplet: 40, 32 and 19. RGB value is (64,50,25). Sum of RGB (Red+Green+Blue) = 64+50+25=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403219 is #BFCDE6. Grayscale: #333333. Windows color (decimal): -12570087 or 1651264. OLE color: 1651264.
HSL color Cylindrical-coordinate representation of color #403219: hue angle of 38.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403219 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 25 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.75 |
| HSL | 38.46º | 0.44% | 0.17% | - |
| HSV(B) | 38.46º | 0.61% | 0.25% | - |
| XYZ | 3.43 | 3.44 | 1.4 | - |
| YUV | 51.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 25 | 0 | 0.22 | 0.61 | 0.75 | 38.46 | 0.44 | 0.17 |
| Hex | 40 | 32 | 19 | 0 | 16 | 3D | 4B | 26 | 2C | 11 |
| Octal | 100 | 62 | 31 | 0 | 26 | 75 | 113 | 46 | 54 | 21 |
| Binary | 1000000 | 110010 | 11001 | 0 | 10110 | 111101 | 1001011 | 100110 | 101100 | 10001 |
Color Harmonies of #403219
Complementary color
Monochromatic Colors of #403219
Black with #403219
Text Example
Text Example
White with #403219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403219; }
p { color: rgb(64,50,25); }
H1.HeaderClassName
{
color: #403219;
}
.AnyTagClassName
{
color: #403219;
}
</style>
background-color css
<style>
a { background-color: #403219; }
a { background-color: rgb(64,50,25); }
div.DivClassName
{
background-color: #403219;
}
.BgClassName
{
background-color: #403219;
}
</style>
border-color css
<style>
span { border-color: #403219; }
span { border-color: rgb(64,50,25); }
td.TdClassName
{
border-color: #403219;
}
.TagClassName
{
border-color: #403219;
}
</style>