Shades of Mikado #422B01
Tints of Mikado #422B01
RGB
CMYK
RGB Variations
Color information
#422B01 (or 0x422B01) is known color: Mikado. HEX triplet: 42, 2B and 01. RGB value is (66,43,1). Sum of RGB (Red+Green+Blue) = 66+43+1=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B01 is #BDD4FE. Grayscale: #2D2D2D. Windows color (decimal): -12440831 or 76610. OLE color: 76610.
HSL color Cylindrical-coordinate representation of color #422B01: hue angle of 38.77º 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 #422B01 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 1 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.74 |
| HSL | 38.77º | 0.97% | 0.13% | - |
| HSV(B) | 38.77º | 0.98% | 0.26% | - |
| XYZ | 3.12 | 2.89 | 0.42 | - |
| YUV | 45.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 1 | 0 | 0.35 | 0.98 | 0.74 | 38.77 | 0.97 | 0.13 |
| Hex | 42 | 2B | 1 | 0 | 23 | 62 | 4A | 27 | 61 | D |
| Octal | 102 | 53 | 1 | 0 | 43 | 142 | 112 | 47 | 141 | 15 |
| Binary | 1000010 | 101011 | 1 | 0 | 100011 | 1100010 | 1001010 | 100111 | 1100001 | 1101 |
Color Harmonies of #422B01
Complementary color
Monochromatic Colors of #422B01
Black with #422B01
Text Example
Text Example
White with #422B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B01; }
p { color: rgb(66,43,1); }
H1.HeaderClassName
{
color: #422B01;
}
.AnyTagClassName
{
color: #422B01;
}
</style>
background-color css
<style>
a { background-color: #422B01; }
a { background-color: rgb(66,43,1); }
div.DivClassName
{
background-color: #422B01;
}
.BgClassName
{
background-color: #422B01;
}
</style>
border-color css
<style>
span { border-color: #422B01; }
span { border-color: rgb(66,43,1); }
td.TdClassName
{
border-color: #422B01;
}
.TagClassName
{
border-color: #422B01;
}
</style>