Shades of Madras #42390F
Tints of Madras #42390F
RGB
CMYK
RGB Variations
Color information
#42390F (or 0x42390F) is known color: Madras. HEX triplet: 42, 39 and 0F. RGB value is (66,57,15). Sum of RGB (Red+Green+Blue) = 66+57+15=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #42390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42390F is #BDC6F0. Grayscale: #373737. Windows color (decimal): -12437233 or 997698. OLE color: 997698.
HSL color Cylindrical-coordinate representation of color #42390F: hue angle of 49.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42390F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 15 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.74 |
| HSL | 49.41º | 0.63% | 0.16% | - |
| HSV(B) | 49.41º | 0.77% | 0.26% | - |
| XYZ | 3.8 | 4.12 | 1.05 | - |
| YUV | 54.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 15 | 0 | 0.14 | 0.77 | 0.74 | 49.41 | 0.63 | 0.16 |
| Hex | 42 | 39 | F | 0 | E | 4D | 4A | 31 | 3F | 10 |
| Octal | 102 | 71 | 17 | 0 | 16 | 115 | 112 | 61 | 77 | 20 |
| Binary | 1000010 | 111001 | 1111 | 0 | 1110 | 1001101 | 1001010 | 110001 | 111111 | 10000 |
Color Harmonies of #42390F
Complementary color
Monochromatic Colors of #42390F
Black with #42390F
Text Example
Text Example
White with #42390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42390F; }
p { color: rgb(66,57,15); }
H1.HeaderClassName
{
color: #42390F;
}
.AnyTagClassName
{
color: #42390F;
}
</style>
background-color css
<style>
a { background-color: #42390F; }
a { background-color: rgb(66,57,15); }
div.DivClassName
{
background-color: #42390F;
}
.BgClassName
{
background-color: #42390F;
}
</style>
border-color css
<style>
span { border-color: #42390F; }
span { border-color: rgb(66,57,15); }
td.TdClassName
{
border-color: #42390F;
}
.TagClassName
{
border-color: #42390F;
}
</style>