Shades of Madras #413A01
Tints of Madras #413A01
RGB
CMYK
RGB Variations
Color information
#413A01 (or 0x413A01) is known color: Madras. HEX triplet: 41, 3A and 01. RGB value is (65,58,1). Sum of RGB (Red+Green+Blue) = 65+58+1=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A01 is #BEC5FE. Grayscale: #353535. Windows color (decimal): -12502527 or 80449. OLE color: 80449.
HSL color Cylindrical-coordinate representation of color #413A01: hue angle of 53.44º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #413A01 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 1 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.75 |
| HSL | 53.44º | 0.97% | 0.13% | - |
| HSV(B) | 53.44º | 0.98% | 0.25% | - |
| XYZ | 3.7 | 4.15 | 0.64 | - |
| YUV | 53.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 1 | 0 | 0.11 | 0.98 | 0.75 | 53.44 | 0.97 | 0.13 |
| Hex | 41 | 3A | 1 | 0 | B | 62 | 4B | 35 | 61 | D |
| Octal | 101 | 72 | 1 | 0 | 13 | 142 | 113 | 65 | 141 | 15 |
| Binary | 1000001 | 111010 | 1 | 0 | 1011 | 1100010 | 1001011 | 110101 | 1100001 | 1101 |
Color Harmonies of #413A01
Complementary color
Monochromatic Colors of #413A01
Black with #413A01
Text Example
Text Example
White with #413A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A01; }
p { color: rgb(65,58,1); }
H1.HeaderClassName
{
color: #413A01;
}
.AnyTagClassName
{
color: #413A01;
}
</style>
background-color css
<style>
a { background-color: #413A01; }
a { background-color: rgb(65,58,1); }
div.DivClassName
{
background-color: #413A01;
}
.BgClassName
{
background-color: #413A01;
}
</style>
border-color css
<style>
span { border-color: #413A01; }
span { border-color: rgb(65,58,1); }
td.TdClassName
{
border-color: #413A01;
}
.TagClassName
{
border-color: #413A01;
}
</style>