Shades of Madras #413F1A
Tints of Madras #413F1A
RGB
CMYK
RGB Variations
Color information
#413F1A (or 0x413F1A) is known color: Madras. HEX triplet: 41, 3F and 1A. RGB value is (65,63,26). Sum of RGB (Red+Green+Blue) = 65+63+26=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1A is #BEC0E5. Grayscale: #3B3B3B. Windows color (decimal): -12501222 or 1720129. OLE color: 1720129.
HSL color Cylindrical-coordinate representation of color #413F1A: hue angle of 56.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413F1A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 26 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.75 |
| HSL | 56.92º | 0.43% | 0.18% | - |
| HSV(B) | 56.92º | 0.6% | 0.25% | - |
| XYZ | 4.14 | 4.75 | 1.68 | - |
| YUV | 59.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 26 | 0 | 0.03 | 0.60 | 0.75 | 56.92 | 0.43 | 0.18 |
| Hex | 41 | 3F | 1A | 0 | 3 | 3C | 4B | 39 | 2B | 12 |
| Octal | 101 | 77 | 32 | 0 | 3 | 74 | 113 | 71 | 53 | 22 |
| Binary | 1000001 | 111111 | 11010 | 0 | 11 | 111100 | 1001011 | 111001 | 101011 | 10010 |
Color Harmonies of #413F1A
Complementary color
Monochromatic Colors of #413F1A
Black with #413F1A
Text Example
Text Example
White with #413F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F1A; }
p { color: rgb(65,63,26); }
H1.HeaderClassName
{
color: #413F1A;
}
.AnyTagClassName
{
color: #413F1A;
}
</style>
background-color css
<style>
a { background-color: #413F1A; }
a { background-color: rgb(65,63,26); }
div.DivClassName
{
background-color: #413F1A;
}
.BgClassName
{
background-color: #413F1A;
}
</style>
border-color css
<style>
span { border-color: #413F1A; }
span { border-color: rgb(65,63,26); }
td.TdClassName
{
border-color: #413F1A;
}
.TagClassName
{
border-color: #413F1A;
}
</style>