Shades of Mikado #42310A
Tints of Mikado #42310A
RGB
CMYK
RGB Variations
Color information
#42310A (or 0x42310A) is known color: Mikado. HEX triplet: 42, 31 and 0A. RGB value is (66,49,10). Sum of RGB (Red+Green+Blue) = 66+49+10=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42310A is #BDCEF5. Grayscale: #313131. Windows color (decimal): -12439286 or 667970. OLE color: 667970.
HSL color Cylindrical-coordinate representation of color #42310A: hue angle of 41.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42310A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 10 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.74 |
| HSL | 41.79º | 0.74% | 0.15% | - |
| HSV(B) | 41.79º | 0.85% | 0.26% | - |
| XYZ | 3.4 | 3.38 | 0.76 | - |
| YUV | 49.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 10 | 0 | 0.26 | 0.85 | 0.74 | 41.79 | 0.74 | 0.15 |
| Hex | 42 | 31 | A | 0 | 1A | 55 | 4A | 2A | 4A | F |
| Octal | 102 | 61 | 12 | 0 | 32 | 125 | 112 | 52 | 112 | 17 |
| Binary | 1000010 | 110001 | 1010 | 0 | 11010 | 1010101 | 1001010 | 101010 | 1001010 | 1111 |
Color Harmonies of #42310A
Complementary color
Monochromatic Colors of #42310A
Black with #42310A
Text Example
Text Example
White with #42310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42310A; }
p { color: rgb(66,49,10); }
H1.HeaderClassName
{
color: #42310A;
}
.AnyTagClassName
{
color: #42310A;
}
</style>
background-color css
<style>
a { background-color: #42310A; }
a { background-color: rgb(66,49,10); }
div.DivClassName
{
background-color: #42310A;
}
.BgClassName
{
background-color: #42310A;
}
</style>
border-color css
<style>
span { border-color: #42310A; }
span { border-color: rgb(66,49,10); }
td.TdClassName
{
border-color: #42310A;
}
.TagClassName
{
border-color: #42310A;
}
</style>