Shades of Mikado #423301
Tints of Mikado #423301
RGB
CMYK
RGB Variations
Color information
#423301 (or 0x423301) is known color: Mikado. HEX triplet: 42, 33 and 01. RGB value is (66,51,1). Sum of RGB (Red+Green+Blue) = 66+51+1=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #423301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423301 is #BDCCFE. Grayscale: #323232. Windows color (decimal): -12438783 or 78658. OLE color: 78658.
HSL color Cylindrical-coordinate representation of color #423301: hue angle of 46.15º 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 #423301 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 1 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.74 |
| HSL | 46.15º | 0.97% | 0.13% | - |
| HSV(B) | 46.15º | 0.98% | 0.26% | - |
| XYZ | 3.44 | 3.53 | 0.53 | - |
| YUV | 49.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 1 | 0 | 0.23 | 0.98 | 0.74 | 46.15 | 0.97 | 0.13 |
| Hex | 42 | 33 | 1 | 0 | 17 | 62 | 4A | 2E | 61 | D |
| Octal | 102 | 63 | 1 | 0 | 27 | 142 | 112 | 56 | 141 | 15 |
| Binary | 1000010 | 110011 | 1 | 0 | 10111 | 1100010 | 1001010 | 101110 | 1100001 | 1101 |
Color Harmonies of #423301
Complementary color
Monochromatic Colors of #423301
Black with #423301
Text Example
Text Example
White with #423301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423301; }
p { color: rgb(66,51,1); }
H1.HeaderClassName
{
color: #423301;
}
.AnyTagClassName
{
color: #423301;
}
</style>
background-color css
<style>
a { background-color: #423301; }
a { background-color: rgb(66,51,1); }
div.DivClassName
{
background-color: #423301;
}
.BgClassName
{
background-color: #423301;
}
</style>
border-color css
<style>
span { border-color: #423301; }
span { border-color: rgb(66,51,1); }
td.TdClassName
{
border-color: #423301;
}
.TagClassName
{
border-color: #423301;
}
</style>