Shades of Mikado #403002
Tints of Mikado #403002
RGB
CMYK
RGB Variations
Color information
#403002 (or 0x403002) is known color: Mikado. HEX triplet: 40, 30 and 02. RGB value is (64,48,2). Sum of RGB (Red+Green+Blue) = 64+48+2=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #403002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403002 is #BFCFFD. Grayscale: #2F2F2F. Windows color (decimal): -12570622 or 143424. OLE color: 143424.
HSL color Cylindrical-coordinate representation of color #403002: hue angle of 44.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #403002 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 2 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.75 |
| HSL | 44.52º | 0.94% | 0.13% | - |
| HSV(B) | 44.52º | 0.97% | 0.25% | - |
| XYZ | 3.18 | 3.21 | 0.51 | - |
| YUV | 47.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 2 | 0 | 0.25 | 0.97 | 0.75 | 44.52 | 0.94 | 0.13 |
| Hex | 40 | 30 | 2 | 0 | 19 | 61 | 4B | 2D | 5E | D |
| Octal | 100 | 60 | 2 | 0 | 31 | 141 | 113 | 55 | 136 | 15 |
| Binary | 1000000 | 110000 | 10 | 0 | 11001 | 1100001 | 1001011 | 101101 | 1011110 | 1101 |
Color Harmonies of #403002
Complementary color
Monochromatic Colors of #403002
Black with #403002
Text Example
Text Example
White with #403002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403002; }
p { color: rgb(64,48,2); }
H1.HeaderClassName
{
color: #403002;
}
.AnyTagClassName
{
color: #403002;
}
</style>
background-color css
<style>
a { background-color: #403002; }
a { background-color: rgb(64,48,2); }
div.DivClassName
{
background-color: #403002;
}
.BgClassName
{
background-color: #403002;
}
</style>
border-color css
<style>
span { border-color: #403002; }
span { border-color: rgb(64,48,2); }
td.TdClassName
{
border-color: #403002;
}
.TagClassName
{
border-color: #403002;
}
</style>