Shades of Madras #3D390A
Tints of Madras #3D390A
RGB
CMYK
RGB Variations
Color information
#3D390A (or 0x3D390A) is known color: Madras. HEX triplet: 3D, 39 and 0A. RGB value is (61,57,10). Sum of RGB (Red+Green+Blue) = 61+57+10=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D390A is #C2C6F5. Grayscale: #353535. Windows color (decimal): -12764918 or 670013. OLE color: 670013.
HSL color Cylindrical-coordinate representation of color #3D390A: hue angle of 55.29º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D390A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 10 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.76 |
| HSL | 55.29º | 0.72% | 0.14% | - |
| HSV(B) | 55.29º | 0.84% | 0.24% | - |
| XYZ | 3.44 | 3.94 | 0.87 | - |
| YUV | 52.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 10 | 0 | 0.07 | 0.84 | 0.76 | 55.29 | 0.72 | 0.14 |
| Hex | 3D | 39 | A | 0 | 7 | 54 | 4C | 37 | 48 | E |
| Octal | 75 | 71 | 12 | 0 | 7 | 124 | 114 | 67 | 110 | 16 |
| Binary | 111101 | 111001 | 1010 | 0 | 111 | 1010100 | 1001100 | 110111 | 1001000 | 1110 |
Color Harmonies of #3D390A
Complementary color
Monochromatic Colors of #3D390A
Black with #3D390A
Text Example
Text Example
White with #3D390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D390A; }
p { color: rgb(61,57,10); }
H1.HeaderClassName
{
color: #3D390A;
}
.AnyTagClassName
{
color: #3D390A;
}
</style>
background-color css
<style>
a { background-color: #3D390A; }
a { background-color: rgb(61,57,10); }
div.DivClassName
{
background-color: #3D390A;
}
.BgClassName
{
background-color: #3D390A;
}
</style>
border-color css
<style>
span { border-color: #3D390A; }
span { border-color: rgb(61,57,10); }
td.TdClassName
{
border-color: #3D390A;
}
.TagClassName
{
border-color: #3D390A;
}
</style>