Shades of Mikado #42361F
Tints of Mikado #42361F
RGB
CMYK
RGB Variations
Color information
#42361F (or 0x42361F) is known color: Mikado. HEX triplet: 42, 36 and 1F. RGB value is (66,54,31). Sum of RGB (Red+Green+Blue) = 66+54+31=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361F is #BDC9E0. Grayscale: #373737. Windows color (decimal): -12437985 or 2045506. OLE color: 2045506.
HSL color Cylindrical-coordinate representation of color #42361F: hue angle of 39.43º 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 #42361F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 31 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.74 |
| HSL | 39.43º | 0.36% | 0.19% | - |
| HSV(B) | 39.43º | 0.53% | 0.26% | - |
| XYZ | 3.81 | 3.9 | 1.85 | - |
| YUV | 54.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 31 | 0 | 0.18 | 0.53 | 0.74 | 39.43 | 0.36 | 0.19 |
| Hex | 42 | 36 | 1F | 0 | 12 | 35 | 4A | 27 | 24 | 13 |
| Octal | 102 | 66 | 37 | 0 | 22 | 65 | 112 | 47 | 44 | 23 |
| Binary | 1000010 | 110110 | 11111 | 0 | 10010 | 110101 | 1001010 | 100111 | 100100 | 10011 |
Color Harmonies of #42361F
Complementary color
Monochromatic Colors of #42361F
Black with #42361F
Text Example
Text Example
White with #42361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42361F; }
p { color: rgb(66,54,31); }
H1.HeaderClassName
{
color: #42361F;
}
.AnyTagClassName
{
color: #42361F;
}
</style>
background-color css
<style>
a { background-color: #42361F; }
a { background-color: rgb(66,54,31); }
div.DivClassName
{
background-color: #42361F;
}
.BgClassName
{
background-color: #42361F;
}
</style>
border-color css
<style>
span { border-color: #42361F; }
span { border-color: rgb(66,54,31); }
td.TdClassName
{
border-color: #42361F;
}
.TagClassName
{
border-color: #42361F;
}
</style>