Shades of Madras #41390A
Tints of Madras #41390A
RGB
CMYK
RGB Variations
Color information
#41390A (or 0x41390A) is known color: Madras. HEX triplet: 41, 39 and 0A. RGB value is (65,57,10). Sum of RGB (Red+Green+Blue) = 65+57+10=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390A is #BEC6F5. Grayscale: #363636. Windows color (decimal): -12502774 or 670017. OLE color: 670017.
HSL color Cylindrical-coordinate representation of color #41390A: hue angle of 51.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41390A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 10 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.75 |
| HSL | 51.27º | 0.73% | 0.15% | - |
| HSV(B) | 51.27º | 0.85% | 0.25% | - |
| XYZ | 3.7 | 4.07 | 0.88 | - |
| YUV | 54.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 10 | 0 | 0.12 | 0.85 | 0.75 | 51.27 | 0.73 | 0.15 |
| Hex | 41 | 39 | A | 0 | C | 55 | 4B | 33 | 49 | F |
| Octal | 101 | 71 | 12 | 0 | 14 | 125 | 113 | 63 | 111 | 17 |
| Binary | 1000001 | 111001 | 1010 | 0 | 1100 | 1010101 | 1001011 | 110011 | 1001001 | 1111 |
Color Harmonies of #41390A
Complementary color
Monochromatic Colors of #41390A
Black with #41390A
Text Example
Text Example
White with #41390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41390A; }
p { color: rgb(65,57,10); }
H1.HeaderClassName
{
color: #41390A;
}
.AnyTagClassName
{
color: #41390A;
}
</style>
background-color css
<style>
a { background-color: #41390A; }
a { background-color: rgb(65,57,10); }
div.DivClassName
{
background-color: #41390A;
}
.BgClassName
{
background-color: #41390A;
}
</style>
border-color css
<style>
span { border-color: #41390A; }
span { border-color: rgb(65,57,10); }
td.TdClassName
{
border-color: #41390A;
}
.TagClassName
{
border-color: #41390A;
}
</style>