Shades of Madras #41370E
Tints of Madras #41370E
RGB
CMYK
RGB Variations
Color information
#41370E (or 0x41370E) is known color: Madras. HEX triplet: 41, 37 and 0E. RGB value is (65,55,14). Sum of RGB (Red+Green+Blue) = 65+55+14=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370E is #BEC8F1. Grayscale: #353535. Windows color (decimal): -12503282 or 931649. OLE color: 931649.
HSL color Cylindrical-coordinate representation of color #41370E: hue angle of 48.24º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41370E is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 14 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.75 |
| HSL | 48.24º | 0.65% | 0.15% | - |
| HSV(B) | 48.24º | 0.78% | 0.25% | - |
| XYZ | 3.63 | 3.89 | 0.97 | - |
| YUV | 53.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 14 | 0 | 0.15 | 0.78 | 0.75 | 48.24 | 0.65 | 0.15 |
| Hex | 41 | 37 | E | 0 | F | 4E | 4B | 30 | 41 | F |
| Octal | 101 | 67 | 16 | 0 | 17 | 116 | 113 | 60 | 101 | 17 |
| Binary | 1000001 | 110111 | 1110 | 0 | 1111 | 1001110 | 1001011 | 110000 | 1000001 | 1111 |
Color Harmonies of #41370E
Complementary color
Monochromatic Colors of #41370E
Black with #41370E
Text Example
Text Example
White with #41370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41370E; }
p { color: rgb(65,55,14); }
H1.HeaderClassName
{
color: #41370E;
}
.AnyTagClassName
{
color: #41370E;
}
</style>
background-color css
<style>
a { background-color: #41370E; }
a { background-color: rgb(65,55,14); }
div.DivClassName
{
background-color: #41370E;
}
.BgClassName
{
background-color: #41370E;
}
</style>
border-color css
<style>
span { border-color: #41370E; }
span { border-color: rgb(65,55,14); }
td.TdClassName
{
border-color: #41370E;
}
.TagClassName
{
border-color: #41370E;
}
</style>