Shades of Mikado #42371A
Tints of Mikado #42371A
RGB
CMYK
RGB Variations
Color information
#42371A (or 0x42371A) is known color: Mikado. HEX triplet: 42, 37 and 1A. RGB value is (66,55,26). Sum of RGB (Red+Green+Blue) = 66+55+26=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371A is #BDC8E5. Grayscale: #373737. Windows color (decimal): -12437734 or 1718082. OLE color: 1718082.
HSL color Cylindrical-coordinate representation of color #42371A: hue angle of 43.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42371A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 55 | 26 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.74 |
| HSL | 43.5º | 0.43% | 0.18% | - |
| HSV(B) | 43.5º | 0.61% | 0.26% | - |
| XYZ | 3.8 | 3.97 | 1.54 | - |
| YUV | 54.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 26 | 0 | 0.17 | 0.61 | 0.74 | 43.5 | 0.43 | 0.18 |
| Hex | 42 | 37 | 1A | 0 | 11 | 3D | 4A | 2C | 2B | 12 |
| Octal | 102 | 67 | 32 | 0 | 21 | 75 | 112 | 54 | 53 | 22 |
| Binary | 1000010 | 110111 | 11010 | 0 | 10001 | 111101 | 1001010 | 101100 | 101011 | 10010 |
Color Harmonies of #42371A
Complementary color
Monochromatic Colors of #42371A
Black with #42371A
Text Example
Text Example
White with #42371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42371A; }
p { color: rgb(66,55,26); }
H1.HeaderClassName
{
color: #42371A;
}
.AnyTagClassName
{
color: #42371A;
}
</style>
background-color css
<style>
a { background-color: #42371A; }
a { background-color: rgb(66,55,26); }
div.DivClassName
{
background-color: #42371A;
}
.BgClassName
{
background-color: #42371A;
}
</style>
border-color css
<style>
span { border-color: #42371A; }
span { border-color: rgb(66,55,26); }
td.TdClassName
{
border-color: #42371A;
}
.TagClassName
{
border-color: #42371A;
}
</style>