Shades of Mikado #42331B
Tints of Mikado #42331B
RGB
CMYK
RGB Variations
Color information
#42331B (or 0x42331B) is known color: Mikado. HEX triplet: 42, 33 and 1B. RGB value is (66,51,27). Sum of RGB (Red+Green+Blue) = 66+51+27=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331B is #BDCCE4. Grayscale: #343434. Windows color (decimal): -12438757 or 1782594. OLE color: 1782594.
HSL color Cylindrical-coordinate representation of color #42331B: hue angle of 36.92º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42331B is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 27 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.74 |
| HSL | 36.92º | 0.42% | 0.18% | - |
| HSV(B) | 36.92º | 0.59% | 0.26% | - |
| XYZ | 3.63 | 3.61 | 1.54 | - |
| YUV | 52.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 27 | 0 | 0.23 | 0.59 | 0.74 | 36.92 | 0.42 | 0.18 |
| Hex | 42 | 33 | 1B | 0 | 17 | 3B | 4A | 25 | 2A | 12 |
| Octal | 102 | 63 | 33 | 0 | 27 | 73 | 112 | 45 | 52 | 22 |
| Binary | 1000010 | 110011 | 11011 | 0 | 10111 | 111011 | 1001010 | 100101 | 101010 | 10010 |
Color Harmonies of #42331B
Complementary color
Monochromatic Colors of #42331B
Black with #42331B
Text Example
Text Example
White with #42331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42331B; }
p { color: rgb(66,51,27); }
H1.HeaderClassName
{
color: #42331B;
}
.AnyTagClassName
{
color: #42331B;
}
</style>
background-color css
<style>
a { background-color: #42331B; }
a { background-color: rgb(66,51,27); }
div.DivClassName
{
background-color: #42331B;
}
.BgClassName
{
background-color: #42331B;
}
</style>
border-color css
<style>
span { border-color: #42331B; }
span { border-color: rgb(66,51,27); }
td.TdClassName
{
border-color: #42331B;
}
.TagClassName
{
border-color: #42331B;
}
</style>