Shades of Rustic Red #31131B
Tints of Rustic Red #31131B
RGB
CMYK
RGB Variations
Color information
#31131B (or 0x31131B) is known color: Rustic Red. HEX triplet: 31, 13 and 1B. RGB value is (49,19,27). Sum of RGB (Red+Green+Blue) = 49+19+27=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31131B is #CEECE4. Grayscale: #1C1C1C. Windows color (decimal): -13561061 or 1774385. OLE color: 1774385.
HSL color Cylindrical-coordinate representation of color #31131B: hue angle of 344º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31131B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 27 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.81 |
| HSL | 344º | 0.44% | 0.13% | - |
| HSV(B) | 344º | 0.61% | 0.19% | - |
| XYZ | 1.7 | 1.2 | 1.18 | - |
| YUV | 28.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 27 | 0 | 0.61 | 0.45 | 0.81 | 344 | 0.44 | 0.13 |
| Hex | 31 | 13 | 1B | 0 | 3D | 2D | 51 | 158 | 2C | D |
| Octal | 61 | 23 | 33 | 0 | 75 | 55 | 121 | 530 | 54 | 15 |
| Binary | 110001 | 10011 | 11011 | 0 | 111101 | 101101 | 1010001 | 101011000 | 101100 | 1101 |
Color Harmonies of #31131B
Complementary color
Monochromatic Colors of #31131B
Black with #31131B
Text Example
Text Example
White with #31131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31131B; }
p { color: rgb(49,19,27); }
H1.HeaderClassName
{
color: #31131B;
}
.AnyTagClassName
{
color: #31131B;
}
</style>
background-color css
<style>
a { background-color: #31131B; }
a { background-color: rgb(49,19,27); }
div.DivClassName
{
background-color: #31131B;
}
.BgClassName
{
background-color: #31131B;
}
</style>
border-color css
<style>
span { border-color: #31131B; }
span { border-color: rgb(49,19,27); }
td.TdClassName
{
border-color: #31131B;
}
.TagClassName
{
border-color: #31131B;
}
</style>