Shades of Mikado #422D01
Tints of Mikado #422D01
RGB
CMYK
RGB Variations
Color information
#422D01 (or 0x422D01) is known color: Mikado. HEX triplet: 42, 2D and 01. RGB value is (66,45,1). Sum of RGB (Red+Green+Blue) = 66+45+1=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D01 is #BDD2FE. Grayscale: #2E2E2E. Windows color (decimal): -12440319 or 77122. OLE color: 77122.
HSL color Cylindrical-coordinate representation of color #422D01: hue angle of 40.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422D01 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 1 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.74 |
| HSL | 40.62º | 0.97% | 0.13% | - |
| HSV(B) | 40.62º | 0.98% | 0.26% | - |
| XYZ | 3.19 | 3.04 | 0.45 | - |
| YUV | 46.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 1 | 0 | 0.32 | 0.98 | 0.74 | 40.62 | 0.97 | 0.13 |
| Hex | 42 | 2D | 1 | 0 | 20 | 62 | 4A | 29 | 61 | D |
| Octal | 102 | 55 | 1 | 0 | 40 | 142 | 112 | 51 | 141 | 15 |
| Binary | 1000010 | 101101 | 1 | 0 | 100000 | 1100010 | 1001010 | 101001 | 1100001 | 1101 |
Color Harmonies of #422D01
Complementary color
Monochromatic Colors of #422D01
Black with #422D01
Text Example
Text Example
White with #422D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D01; }
p { color: rgb(66,45,1); }
H1.HeaderClassName
{
color: #422D01;
}
.AnyTagClassName
{
color: #422D01;
}
</style>
background-color css
<style>
a { background-color: #422D01; }
a { background-color: rgb(66,45,1); }
div.DivClassName
{
background-color: #422D01;
}
.BgClassName
{
background-color: #422D01;
}
</style>
border-color css
<style>
span { border-color: #422D01; }
span { border-color: rgb(66,45,1); }
td.TdClassName
{
border-color: #422D01;
}
.TagClassName
{
border-color: #422D01;
}
</style>