Shades of Mikado #42361B
Tints of Mikado #42361B
RGB
CMYK
RGB Variations
Color information
#42361B (or 0x42361B) is known color: Mikado. HEX triplet: 42, 36 and 1B. RGB value is (66,54,27). Sum of RGB (Red+Green+Blue) = 66+54+27=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361B is #BDC9E4. Grayscale: #363636. Windows color (decimal): -12437989 or 1783362. OLE color: 1783362.
HSL color Cylindrical-coordinate representation of color #42361B: hue angle of 41.54º 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 #42361B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 27 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.74 |
| HSL | 41.54º | 0.42% | 0.18% | - |
| HSV(B) | 41.54º | 0.59% | 0.26% | - |
| XYZ | 3.76 | 3.88 | 1.59 | - |
| YUV | 54.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 27 | 0 | 0.18 | 0.59 | 0.74 | 41.54 | 0.42 | 0.18 |
| Hex | 42 | 36 | 1B | 0 | 12 | 3B | 4A | 2A | 2A | 12 |
| Octal | 102 | 66 | 33 | 0 | 22 | 73 | 112 | 52 | 52 | 22 |
| Binary | 1000010 | 110110 | 11011 | 0 | 10010 | 111011 | 1001010 | 101010 | 101010 | 10010 |
Color Harmonies of #42361B
Complementary color
Monochromatic Colors of #42361B
Black with #42361B
Text Example
Text Example
White with #42361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42361B; }
p { color: rgb(66,54,27); }
H1.HeaderClassName
{
color: #42361B;
}
.AnyTagClassName
{
color: #42361B;
}
</style>
background-color css
<style>
a { background-color: #42361B; }
a { background-color: rgb(66,54,27); }
div.DivClassName
{
background-color: #42361B;
}
.BgClassName
{
background-color: #42361B;
}
</style>
border-color css
<style>
span { border-color: #42361B; }
span { border-color: rgb(66,54,27); }
td.TdClassName
{
border-color: #42361B;
}
.TagClassName
{
border-color: #42361B;
}
</style>