Shades of Mikado #402C03
Tints of Mikado #402C03
RGB
CMYK
RGB Variations
Color information
#402C03 (or 0x402C03) is known color: Mikado. HEX triplet: 40, 2C and 03. RGB value is (64,44,3). Sum of RGB (Red+Green+Blue) = 64+44+3=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C03 is #BFD3FC. Grayscale: #2D2D2D. Windows color (decimal): -12571645 or 207936. OLE color: 207936.
HSL color Cylindrical-coordinate representation of color #402C03: hue angle of 40.33º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #402C03 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 3 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.75 |
| HSL | 40.33º | 0.91% | 0.13% | - |
| HSV(B) | 40.33º | 0.95% | 0.25% | - |
| XYZ | 3.03 | 2.9 | 0.49 | - |
| YUV | 45.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 3 | 0 | 0.31 | 0.95 | 0.75 | 40.33 | 0.91 | 0.13 |
| Hex | 40 | 2C | 3 | 0 | 1F | 5F | 4B | 28 | 5B | D |
| Octal | 100 | 54 | 3 | 0 | 37 | 137 | 113 | 50 | 133 | 15 |
| Binary | 1000000 | 101100 | 11 | 0 | 11111 | 1011111 | 1001011 | 101000 | 1011011 | 1101 |
Color Harmonies of #402C03
Complementary color
Monochromatic Colors of #402C03
Black with #402C03
Text Example
Text Example
White with #402C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C03; }
p { color: rgb(64,44,3); }
H1.HeaderClassName
{
color: #402C03;
}
.AnyTagClassName
{
color: #402C03;
}
</style>
background-color css
<style>
a { background-color: #402C03; }
a { background-color: rgb(64,44,3); }
div.DivClassName
{
background-color: #402C03;
}
.BgClassName
{
background-color: #402C03;
}
</style>
border-color css
<style>
span { border-color: #402C03; }
span { border-color: rgb(64,44,3); }
td.TdClassName
{
border-color: #402C03;
}
.TagClassName
{
border-color: #402C03;
}
</style>