Shades of Madras #413A0A
Tints of Madras #413A0A
RGB
CMYK
RGB Variations
Color information
#413A0A (or 0x413A0A) is known color: Madras. HEX triplet: 41, 3A and 0A. RGB value is (65,58,10). Sum of RGB (Red+Green+Blue) = 65+58+10=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0A is #BEC5F5. Grayscale: #363636. Windows color (decimal): -12502518 or 670273. OLE color: 670273.
HSL color Cylindrical-coordinate representation of color #413A0A: hue angle of 52.36º 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 #413A0A is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 10 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.75 |
| HSL | 52.36º | 0.73% | 0.15% | - |
| HSV(B) | 52.36º | 0.85% | 0.25% | - |
| XYZ | 3.75 | 4.17 | 0.89 | - |
| YUV | 54.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 10 | 0 | 0.11 | 0.85 | 0.75 | 52.36 | 0.73 | 0.15 |
| Hex | 41 | 3A | A | 0 | B | 55 | 4B | 34 | 49 | F |
| Octal | 101 | 72 | 12 | 0 | 13 | 125 | 113 | 64 | 111 | 17 |
| Binary | 1000001 | 111010 | 1010 | 0 | 1011 | 1010101 | 1001011 | 110100 | 1001001 | 1111 |
Color Harmonies of #413A0A
Complementary color
Monochromatic Colors of #413A0A
Black with #413A0A
Text Example
Text Example
White with #413A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A0A; }
p { color: rgb(65,58,10); }
H1.HeaderClassName
{
color: #413A0A;
}
.AnyTagClassName
{
color: #413A0A;
}
</style>
background-color css
<style>
a { background-color: #413A0A; }
a { background-color: rgb(65,58,10); }
div.DivClassName
{
background-color: #413A0A;
}
.BgClassName
{
background-color: #413A0A;
}
</style>
border-color css
<style>
span { border-color: #413A0A; }
span { border-color: rgb(65,58,10); }
td.TdClassName
{
border-color: #413A0A;
}
.TagClassName
{
border-color: #413A0A;
}
</style>