Shades of Sanguine Brown #713935
Tints of Sanguine Brown #713935
RGB
CMYK
RGB Variations
Color information
#713935 (or 0x713935) is known color: Sanguine Brown. HEX triplet: 71, 39 and 35. RGB value is (113,57,53). Sum of RGB (Red+Green+Blue) = 113+57+53=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713935 is #8EC6CA. Grayscale: #494949. Windows color (decimal): -9357003 or 3488113. OLE color: 3488113.
HSL color Cylindrical-coordinate representation of color #713935: hue angle of 4º 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 #713935 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 53 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.56 |
| HSL | 4º | 0.36% | 0.33% | - |
| HSV(B) | 4º | 0.53% | 0.44% | - |
| XYZ | 8.92 | 6.69 | 4.19 | - |
| YUV | 73.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 53 | 0 | 0.50 | 0.53 | 0.56 | 4 | 0.36 | 0.33 |
| Hex | 71 | 39 | 35 | 0 | 32 | 35 | 38 | 4 | 24 | 21 |
| Octal | 161 | 71 | 65 | 0 | 62 | 65 | 70 | 4 | 44 | 41 |
| Binary | 1110001 | 111001 | 110101 | 0 | 110010 | 110101 | 111000 | 100 | 100100 | 100001 |
Color Harmonies of #713935
Complementary color
Monochromatic Colors of #713935
Black with #713935
Text Example
Text Example
White with #713935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713935; }
p { color: rgb(113,57,53); }
H1.HeaderClassName
{
color: #713935;
}
.AnyTagClassName
{
color: #713935;
}
</style>
background-color css
<style>
a { background-color: #713935; }
a { background-color: rgb(113,57,53); }
div.DivClassName
{
background-color: #713935;
}
.BgClassName
{
background-color: #713935;
}
</style>
border-color css
<style>
span { border-color: #713935; }
span { border-color: rgb(113,57,53); }
td.TdClassName
{
border-color: #713935;
}
.TagClassName
{
border-color: #713935;
}
</style>