Shades of Madras #41380E
Tints of Madras #41380E
RGB
CMYK
RGB Variations
Color information
#41380E (or 0x41380E) is known color: Madras. HEX triplet: 41, 38 and 0E. RGB value is (65,56,14). Sum of RGB (Red+Green+Blue) = 65+56+14=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41380E is #BEC7F1. Grayscale: #363636. Windows color (decimal): -12503026 or 931905. OLE color: 931905.
HSL color Cylindrical-coordinate representation of color #41380E: hue angle of 49.41º 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 #41380E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 14 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.75 |
| HSL | 49.41º | 0.65% | 0.15% | - |
| HSV(B) | 49.41º | 0.78% | 0.25% | - |
| XYZ | 3.67 | 3.98 | 0.99 | - |
| YUV | 53.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 14 | 0 | 0.14 | 0.78 | 0.75 | 49.41 | 0.65 | 0.15 |
| Hex | 41 | 38 | E | 0 | E | 4E | 4B | 31 | 41 | F |
| Octal | 101 | 70 | 16 | 0 | 16 | 116 | 113 | 61 | 101 | 17 |
| Binary | 1000001 | 111000 | 1110 | 0 | 1110 | 1001110 | 1001011 | 110001 | 1000001 | 1111 |
Color Harmonies of #41380E
Complementary color
Monochromatic Colors of #41380E
Black with #41380E
Text Example
Text Example
White with #41380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41380E; }
p { color: rgb(65,56,14); }
H1.HeaderClassName
{
color: #41380E;
}
.AnyTagClassName
{
color: #41380E;
}
</style>
background-color css
<style>
a { background-color: #41380E; }
a { background-color: rgb(65,56,14); }
div.DivClassName
{
background-color: #41380E;
}
.BgClassName
{
background-color: #41380E;
}
</style>
border-color css
<style>
span { border-color: #41380E; }
span { border-color: rgb(65,56,14); }
td.TdClassName
{
border-color: #41380E;
}
.TagClassName
{
border-color: #41380E;
}
</style>