Shades of Mikado #42331A
Tints of Mikado #42331A
RGB
CMYK
RGB Variations
Color information
#42331A (or 0x42331A) is known color: Mikado. HEX triplet: 42, 33 and 1A. RGB value is (66,51,26). Sum of RGB (Red+Green+Blue) = 66+51+26=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331A is #BDCCE5. Grayscale: #343434. Windows color (decimal): -12438758 or 1717058. OLE color: 1717058.
HSL color Cylindrical-coordinate representation of color #42331A: hue angle of 37.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 #42331A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 26 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.74 |
| HSL | 37.5º | 0.43% | 0.18% | - |
| HSV(B) | 37.5º | 0.61% | 0.26% | - |
| XYZ | 3.62 | 3.6 | 1.48 | - |
| YUV | 52.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 26 | 0 | 0.23 | 0.61 | 0.74 | 37.5 | 0.43 | 0.18 |
| Hex | 42 | 33 | 1A | 0 | 17 | 3D | 4A | 26 | 2B | 12 |
| Octal | 102 | 63 | 32 | 0 | 27 | 75 | 112 | 46 | 53 | 22 |
| Binary | 1000010 | 110011 | 11010 | 0 | 10111 | 111101 | 1001010 | 100110 | 101011 | 10010 |
Color Harmonies of #42331A
Complementary color
Monochromatic Colors of #42331A
Black with #42331A
Text Example
Text Example
White with #42331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42331A; }
p { color: rgb(66,51,26); }
H1.HeaderClassName
{
color: #42331A;
}
.AnyTagClassName
{
color: #42331A;
}
</style>
background-color css
<style>
a { background-color: #42331A; }
a { background-color: rgb(66,51,26); }
div.DivClassName
{
background-color: #42331A;
}
.BgClassName
{
background-color: #42331A;
}
</style>
border-color css
<style>
span { border-color: #42331A; }
span { border-color: rgb(66,51,26); }
td.TdClassName
{
border-color: #42331A;
}
.TagClassName
{
border-color: #42331A;
}
</style>