Shades of Madras #3F390D
Tints of Madras #3F390D
RGB
CMYK
RGB Variations
Color information
#3F390D (or 0x3F390D) is known color: Madras. HEX triplet: 3F, 39 and 0D. RGB value is (63,57,13). Sum of RGB (Red+Green+Blue) = 63+57+13=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F390D is #C0C6F2. Grayscale: #353535. Windows color (decimal): -12633843 or 866623. OLE color: 866623.
HSL color Cylindrical-coordinate representation of color #3F390D: hue angle of 52.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F390D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 13 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.75 |
| HSL | 52.8º | 0.66% | 0.15% | - |
| HSV(B) | 52.8º | 0.79% | 0.25% | - |
| XYZ | 3.59 | 4.01 | 0.97 | - |
| YUV | 53.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 13 | 0 | 0.10 | 0.79 | 0.75 | 52.8 | 0.66 | 0.15 |
| Hex | 3F | 39 | D | 0 | A | 4F | 4B | 35 | 42 | F |
| Octal | 77 | 71 | 15 | 0 | 12 | 117 | 113 | 65 | 102 | 17 |
| Binary | 111111 | 111001 | 1101 | 0 | 1010 | 1001111 | 1001011 | 110101 | 1000010 | 1111 |
Color Harmonies of #3F390D
Complementary color
Monochromatic Colors of #3F390D
Black with #3F390D
Text Example
Text Example
White with #3F390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F390D; }
p { color: rgb(63,57,13); }
H1.HeaderClassName
{
color: #3F390D;
}
.AnyTagClassName
{
color: #3F390D;
}
</style>
background-color css
<style>
a { background-color: #3F390D; }
a { background-color: rgb(63,57,13); }
div.DivClassName
{
background-color: #3F390D;
}
.BgClassName
{
background-color: #3F390D;
}
</style>
border-color css
<style>
span { border-color: #3F390D; }
span { border-color: rgb(63,57,13); }
td.TdClassName
{
border-color: #3F390D;
}
.TagClassName
{
border-color: #3F390D;
}
</style>