Shades of Sanguine Brown #713535
Tints of Sanguine Brown #713535
RGB
CMYK
RGB Variations
Color information
#713535 (or 0x713535) is known color: Sanguine Brown. HEX triplet: 71, 35 and 35. RGB value is (113,53,53). Sum of RGB (Red+Green+Blue) = 113+53+53=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713535 is #8ECACA. Grayscale: #474747. Windows color (decimal): -9358027 or 3487089. OLE color: 3487089.
HSL color Cylindrical-coordinate representation of color #713535: hue angle of 0º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713535 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 53 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.56 |
| HSL | 0º | 0.36% | 0.33% | - |
| HSV(B) | 0º | 0.53% | 0.44% | - |
| XYZ | 8.73 | 6.31 | 4.13 | - |
| YUV | 70.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 53 | 0 | 0.53 | 0.53 | 0.56 | 0 | 0.36 | 0.33 |
| Hex | 71 | 35 | 35 | 0 | 35 | 35 | 38 | 0 | 24 | 21 |
| Octal | 161 | 65 | 65 | 0 | 65 | 65 | 70 | 0 | 44 | 41 |
| Binary | 1110001 | 110101 | 110101 | 0 | 110101 | 110101 | 111000 | 0 | 100100 | 100001 |
Color Harmonies of #713535
Complementary color
Monochromatic Colors of #713535
Black with #713535
Text Example
Text Example
White with #713535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713535; }
p { color: rgb(113,53,53); }
H1.HeaderClassName
{
color: #713535;
}
.AnyTagClassName
{
color: #713535;
}
</style>
background-color css
<style>
a { background-color: #713535; }
a { background-color: rgb(113,53,53); }
div.DivClassName
{
background-color: #713535;
}
.BgClassName
{
background-color: #713535;
}
</style>
border-color css
<style>
span { border-color: #713535; }
span { border-color: rgb(113,53,53); }
td.TdClassName
{
border-color: #713535;
}
.TagClassName
{
border-color: #713535;
}
</style>