Shades of Mikado #403302
Tints of Mikado #403302
RGB
CMYK
RGB Variations
Color information
#403302 (or 0x403302) is known color: Mikado. HEX triplet: 40, 33 and 02. RGB value is (64,51,2). Sum of RGB (Red+Green+Blue) = 64+51+2=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403302 is #BFCCFD. Grayscale: #313131. Windows color (decimal): -12569854 or 144192. OLE color: 144192.
HSL color Cylindrical-coordinate representation of color #403302: hue angle of 47.42º 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 #403302 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 2 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.75 |
| HSL | 47.42º | 0.94% | 0.13% | - |
| HSV(B) | 47.42º | 0.97% | 0.25% | - |
| XYZ | 3.31 | 3.46 | 0.55 | - |
| YUV | 49.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 2 | 0 | 0.20 | 0.97 | 0.75 | 47.42 | 0.94 | 0.13 |
| Hex | 40 | 33 | 2 | 0 | 14 | 61 | 4B | 2F | 5E | D |
| Octal | 100 | 63 | 2 | 0 | 24 | 141 | 113 | 57 | 136 | 15 |
| Binary | 1000000 | 110011 | 10 | 0 | 10100 | 1100001 | 1001011 | 101111 | 1011110 | 1101 |
Color Harmonies of #403302
Complementary color
Monochromatic Colors of #403302
Black with #403302
Text Example
Text Example
White with #403302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403302; }
p { color: rgb(64,51,2); }
H1.HeaderClassName
{
color: #403302;
}
.AnyTagClassName
{
color: #403302;
}
</style>
background-color css
<style>
a { background-color: #403302; }
a { background-color: rgb(64,51,2); }
div.DivClassName
{
background-color: #403302;
}
.BgClassName
{
background-color: #403302;
}
</style>
border-color css
<style>
span { border-color: #403302; }
span { border-color: rgb(64,51,2); }
td.TdClassName
{
border-color: #403302;
}
.TagClassName
{
border-color: #403302;
}
</style>