Shades of Mikado #403301
Tints of Mikado #403301
RGB
CMYK
RGB Variations
Color information
#403301 (or 0x403301) is known color: Mikado. HEX triplet: 40, 33 and 01. RGB value is (64,51,1). Sum of RGB (Red+Green+Blue) = 64+51+1=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #403301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403301 is #BFCCFE. Grayscale: #313131. Windows color (decimal): -12569855 or 78656. OLE color: 78656.
HSL color Cylindrical-coordinate representation of color #403301: hue angle of 47.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #403301 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 1 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.75 |
| HSL | 47.62º | 0.97% | 0.13% | - |
| HSV(B) | 47.62º | 0.98% | 0.25% | - |
| XYZ | 3.3 | 3.46 | 0.52 | - |
| YUV | 49.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 1 | 0 | 0.20 | 0.98 | 0.75 | 47.62 | 0.97 | 0.13 |
| Hex | 40 | 33 | 1 | 0 | 14 | 62 | 4B | 30 | 61 | D |
| Octal | 100 | 63 | 1 | 0 | 24 | 142 | 113 | 60 | 141 | 15 |
| Binary | 1000000 | 110011 | 1 | 0 | 10100 | 1100010 | 1001011 | 110000 | 1100001 | 1101 |
Color Harmonies of #403301
Complementary color
Monochromatic Colors of #403301
Black with #403301
Text Example
Text Example
White with #403301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403301; }
p { color: rgb(64,51,1); }
H1.HeaderClassName
{
color: #403301;
}
.AnyTagClassName
{
color: #403301;
}
</style>
background-color css
<style>
a { background-color: #403301; }
a { background-color: rgb(64,51,1); }
div.DivClassName
{
background-color: #403301;
}
.BgClassName
{
background-color: #403301;
}
</style>
border-color css
<style>
span { border-color: #403301; }
span { border-color: rgb(64,51,1); }
td.TdClassName
{
border-color: #403301;
}
.TagClassName
{
border-color: #403301;
}
</style>