Shades of Madras #42390E
Tints of Madras #42390E
RGB
CMYK
RGB Variations
Color information
#42390E (or 0x42390E) is known color: Madras. HEX triplet: 42, 39 and 0E. RGB value is (66,57,14). Sum of RGB (Red+Green+Blue) = 66+57+14=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42390E is #BDC6F1. Grayscale: #363636. Windows color (decimal): -12437234 or 932162. OLE color: 932162.
HSL color Cylindrical-coordinate representation of color #42390E: hue angle of 49.62º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42390E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 14 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.74 |
| HSL | 49.62º | 0.65% | 0.16% | - |
| HSV(B) | 49.62º | 0.79% | 0.26% | - |
| XYZ | 3.79 | 4.12 | 1.01 | - |
| YUV | 54.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 14 | 0 | 0.14 | 0.79 | 0.74 | 49.62 | 0.65 | 0.16 |
| Hex | 42 | 39 | E | 0 | E | 4F | 4A | 32 | 41 | 10 |
| Octal | 102 | 71 | 16 | 0 | 16 | 117 | 112 | 62 | 101 | 20 |
| Binary | 1000010 | 111001 | 1110 | 0 | 1110 | 1001111 | 1001010 | 110010 | 1000001 | 10000 |
Color Harmonies of #42390E
Complementary color
Monochromatic Colors of #42390E
Black with #42390E
Text Example
Text Example
White with #42390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42390E; }
p { color: rgb(66,57,14); }
H1.HeaderClassName
{
color: #42390E;
}
.AnyTagClassName
{
color: #42390E;
}
</style>
background-color css
<style>
a { background-color: #42390E; }
a { background-color: rgb(66,57,14); }
div.DivClassName
{
background-color: #42390E;
}
.BgClassName
{
background-color: #42390E;
}
</style>
border-color css
<style>
span { border-color: #42390E; }
span { border-color: rgb(66,57,14); }
td.TdClassName
{
border-color: #42390E;
}
.TagClassName
{
border-color: #42390E;
}
</style>