Shades of Mikado #423201
Tints of Mikado #423201
RGB
CMYK
RGB Variations
Color information
#423201 (or 0x423201) is known color: Mikado. HEX triplet: 42, 32 and 01. RGB value is (66,50,1). Sum of RGB (Red+Green+Blue) = 66+50+1=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #423201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423201 is #BDCDFE. Grayscale: #313131. Windows color (decimal): -12439039 or 78402. OLE color: 78402.
HSL color Cylindrical-coordinate representation of color #423201: hue angle of 45.23º 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 #423201 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 1 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.74 |
| HSL | 45.23º | 0.97% | 0.13% | - |
| HSV(B) | 45.23º | 0.98% | 0.26% | - |
| XYZ | 3.39 | 3.44 | 0.51 | - |
| YUV | 49.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 1 | 0 | 0.24 | 0.98 | 0.74 | 45.23 | 0.97 | 0.13 |
| Hex | 42 | 32 | 1 | 0 | 18 | 62 | 4A | 2D | 61 | D |
| Octal | 102 | 62 | 1 | 0 | 30 | 142 | 112 | 55 | 141 | 15 |
| Binary | 1000010 | 110010 | 1 | 0 | 11000 | 1100010 | 1001010 | 101101 | 1100001 | 1101 |
Color Harmonies of #423201
Complementary color
Monochromatic Colors of #423201
Black with #423201
Text Example
Text Example
White with #423201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423201; }
p { color: rgb(66,50,1); }
H1.HeaderClassName
{
color: #423201;
}
.AnyTagClassName
{
color: #423201;
}
</style>
background-color css
<style>
a { background-color: #423201; }
a { background-color: rgb(66,50,1); }
div.DivClassName
{
background-color: #423201;
}
.BgClassName
{
background-color: #423201;
}
</style>
border-color css
<style>
span { border-color: #423201; }
span { border-color: rgb(66,50,1); }
td.TdClassName
{
border-color: #423201;
}
.TagClassName
{
border-color: #423201;
}
</style>