Shades of Madras #42391E
Tints of Madras #42391E
RGB
CMYK
RGB Variations
Color information
#42391E (or 0x42391E) is known color: Madras. HEX triplet: 42, 39 and 1E. RGB value is (66,57,30). Sum of RGB (Red+Green+Blue) = 66+57+30=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391E is #BDC6E1. Grayscale: #383838. Windows color (decimal): -12437218 or 1980738. OLE color: 1980738.
HSL color Cylindrical-coordinate representation of color #42391E: hue angle of 45º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42391E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 30 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.74 |
| HSL | 45º | 0.38% | 0.19% | - |
| HSV(B) | 45º | 0.55% | 0.26% | - |
| XYZ | 3.94 | 4.18 | 1.83 | - |
| YUV | 56.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 30 | 0 | 0.14 | 0.55 | 0.74 | 45 | 0.38 | 0.19 |
| Hex | 42 | 39 | 1E | 0 | E | 37 | 4A | 2D | 26 | 13 |
| Octal | 102 | 71 | 36 | 0 | 16 | 67 | 112 | 55 | 46 | 23 |
| Binary | 1000010 | 111001 | 11110 | 0 | 1110 | 110111 | 1001010 | 101101 | 100110 | 10011 |
Color Harmonies of #42391E
Complementary color
Monochromatic Colors of #42391E
Black with #42391E
Text Example
Text Example
White with #42391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42391E; }
p { color: rgb(66,57,30); }
H1.HeaderClassName
{
color: #42391E;
}
.AnyTagClassName
{
color: #42391E;
}
</style>
background-color css
<style>
a { background-color: #42391E; }
a { background-color: rgb(66,57,30); }
div.DivClassName
{
background-color: #42391E;
}
.BgClassName
{
background-color: #42391E;
}
</style>
border-color css
<style>
span { border-color: #42391E; }
span { border-color: rgb(66,57,30); }
td.TdClassName
{
border-color: #42391E;
}
.TagClassName
{
border-color: #42391E;
}
</style>