Shades of Madras #42370D
Tints of Madras #42370D
RGB
CMYK
RGB Variations
Color information
#42370D (or 0x42370D) is known color: Madras. HEX triplet: 42, 37 and 0D. RGB value is (66,55,13). Sum of RGB (Red+Green+Blue) = 66+55+13=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370D is #BDC8F2. Grayscale: #353535. Windows color (decimal): -12437747 or 866114. OLE color: 866114.
HSL color Cylindrical-coordinate representation of color #42370D: hue angle of 47.55º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42370D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 55 | 13 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.74 |
| HSL | 47.55º | 0.67% | 0.15% | - |
| HSV(B) | 47.55º | 0.8% | 0.26% | - |
| XYZ | 3.69 | 3.92 | 0.94 | - |
| YUV | 53.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 13 | 0 | 0.17 | 0.80 | 0.74 | 47.55 | 0.67 | 0.15 |
| Hex | 42 | 37 | D | 0 | 11 | 50 | 4A | 30 | 43 | F |
| Octal | 102 | 67 | 15 | 0 | 21 | 120 | 112 | 60 | 103 | 17 |
| Binary | 1000010 | 110111 | 1101 | 0 | 10001 | 1010000 | 1001010 | 110000 | 1000011 | 1111 |
Color Harmonies of #42370D
Complementary color
Monochromatic Colors of #42370D
Black with #42370D
Text Example
Text Example
White with #42370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42370D; }
p { color: rgb(66,55,13); }
H1.HeaderClassName
{
color: #42370D;
}
.AnyTagClassName
{
color: #42370D;
}
</style>
background-color css
<style>
a { background-color: #42370D; }
a { background-color: rgb(66,55,13); }
div.DivClassName
{
background-color: #42370D;
}
.BgClassName
{
background-color: #42370D;
}
</style>
border-color css
<style>
span { border-color: #42370D; }
span { border-color: rgb(66,55,13); }
td.TdClassName
{
border-color: #42370D;
}
.TagClassName
{
border-color: #42370D;
}
</style>