Shades of Madras #3D390F
Tints of Madras #3D390F
RGB
CMYK
RGB Variations
Color information
#3D390F (or 0x3D390F) is known color: Madras. HEX triplet: 3D, 39 and 0F. RGB value is (61,57,15). Sum of RGB (Red+Green+Blue) = 61+57+15=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D390F is #C2C6F0. Grayscale: #353535. Windows color (decimal): -12764913 or 997693. OLE color: 997693.
HSL color Cylindrical-coordinate representation of color #3D390F: hue angle of 54.78º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D390F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 15 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.76 |
| HSL | 54.78º | 0.61% | 0.15% | - |
| HSV(B) | 54.78º | 0.75% | 0.24% | - |
| XYZ | 3.47 | 3.95 | 1.03 | - |
| YUV | 53.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 15 | 0 | 0.07 | 0.75 | 0.76 | 54.78 | 0.61 | 0.15 |
| Hex | 3D | 39 | F | 0 | 7 | 4B | 4C | 37 | 3D | F |
| Octal | 75 | 71 | 17 | 0 | 7 | 113 | 114 | 67 | 75 | 17 |
| Binary | 111101 | 111001 | 1111 | 0 | 111 | 1001011 | 1001100 | 110111 | 111101 | 1111 |
Color Harmonies of #3D390F
Complementary color
Monochromatic Colors of #3D390F
Black with #3D390F
Text Example
Text Example
White with #3D390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D390F; }
p { color: rgb(61,57,15); }
H1.HeaderClassName
{
color: #3D390F;
}
.AnyTagClassName
{
color: #3D390F;
}
</style>
background-color css
<style>
a { background-color: #3D390F; }
a { background-color: rgb(61,57,15); }
div.DivClassName
{
background-color: #3D390F;
}
.BgClassName
{
background-color: #3D390F;
}
</style>
border-color css
<style>
span { border-color: #3D390F; }
span { border-color: rgb(61,57,15); }
td.TdClassName
{
border-color: #3D390F;
}
.TagClassName
{
border-color: #3D390F;
}
</style>