Shades of Mikado #42391F
Tints of Mikado #42391F
RGB
CMYK
RGB Variations
Color information
#42391F (or 0x42391F) is known color: Mikado. HEX triplet: 42, 39 and 1F. RGB value is (66,57,31). Sum of RGB (Red+Green+Blue) = 66+57+31=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #42391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391F is #BDC6E0. Grayscale: #383838. Windows color (decimal): -12437217 or 2046274. OLE color: 2046274.
HSL color Cylindrical-coordinate representation of color #42391F: hue angle of 44.57º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42391F is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 31 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.74 |
| HSL | 44.57º | 0.36% | 0.19% | - |
| HSV(B) | 44.57º | 0.53% | 0.26% | - |
| XYZ | 3.96 | 4.18 | 1.9 | - |
| YUV | 56.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 31 | 0 | 0.14 | 0.53 | 0.74 | 44.57 | 0.36 | 0.19 |
| Hex | 42 | 39 | 1F | 0 | E | 35 | 4A | 2D | 24 | 13 |
| Octal | 102 | 71 | 37 | 0 | 16 | 65 | 112 | 55 | 44 | 23 |
| Binary | 1000010 | 111001 | 11111 | 0 | 1110 | 110101 | 1001010 | 101101 | 100100 | 10011 |
Color Harmonies of #42391F
Complementary color
Monochromatic Colors of #42391F
Black with #42391F
Text Example
Text Example
White with #42391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42391F; }
p { color: rgb(66,57,31); }
H1.HeaderClassName
{
color: #42391F;
}
.AnyTagClassName
{
color: #42391F;
}
</style>
background-color css
<style>
a { background-color: #42391F; }
a { background-color: rgb(66,57,31); }
div.DivClassName
{
background-color: #42391F;
}
.BgClassName
{
background-color: #42391F;
}
</style>
border-color css
<style>
span { border-color: #42391F; }
span { border-color: rgb(66,57,31); }
td.TdClassName
{
border-color: #42391F;
}
.TagClassName
{
border-color: #42391F;
}
</style>