Shades of Madras #413F1B
Tints of Madras #413F1B
RGB
CMYK
RGB Variations
Color information
#413F1B (or 0x413F1B) is known color: Madras. HEX triplet: 41, 3F and 1B. RGB value is (65,63,27). Sum of RGB (Red+Green+Blue) = 65+63+27=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1B is #BEC0E4. Grayscale: #3B3B3B. Windows color (decimal): -12501221 or 1785665. OLE color: 1785665.
HSL color Cylindrical-coordinate representation of color #413F1B: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413F1B is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 27 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.75 |
| HSL | 56.84º | 0.41% | 0.18% | - |
| HSV(B) | 56.84º | 0.58% | 0.25% | - |
| XYZ | 4.16 | 4.76 | 1.74 | - |
| YUV | 59.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 27 | 0 | 0.03 | 0.58 | 0.75 | 56.84 | 0.41 | 0.18 |
| Hex | 41 | 3F | 1B | 0 | 3 | 3A | 4B | 39 | 29 | 12 |
| Octal | 101 | 77 | 33 | 0 | 3 | 72 | 113 | 71 | 51 | 22 |
| Binary | 1000001 | 111111 | 11011 | 0 | 11 | 111010 | 1001011 | 111001 | 101001 | 10010 |
Color Harmonies of #413F1B
Complementary color
Monochromatic Colors of #413F1B
Black with #413F1B
Text Example
Text Example
White with #413F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F1B; }
p { color: rgb(65,63,27); }
H1.HeaderClassName
{
color: #413F1B;
}
.AnyTagClassName
{
color: #413F1B;
}
</style>
background-color css
<style>
a { background-color: #413F1B; }
a { background-color: rgb(65,63,27); }
div.DivClassName
{
background-color: #413F1B;
}
.BgClassName
{
background-color: #413F1B;
}
</style>
border-color css
<style>
span { border-color: #413F1B; }
span { border-color: rgb(65,63,27); }
td.TdClassName
{
border-color: #413F1B;
}
.TagClassName
{
border-color: #413F1B;
}
</style>