Shades of Sanguine Brown #713533
Tints of Sanguine Brown #713533
RGB
CMYK
RGB Variations
Color information
#713533 (or 0x713533) is known color: Sanguine Brown. HEX triplet: 71, 35 and 33. RGB value is (113,53,51). Sum of RGB (Red+Green+Blue) = 113+53+51=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713533 is #8ECACC. Grayscale: #464646. Windows color (decimal): -9358029 or 3356017. OLE color: 3356017.
HSL color Cylindrical-coordinate representation of color #713533: hue angle of 1.94º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713533 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 51 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.56 |
| HSL | 1.94º | 0.38% | 0.32% | - |
| HSV(B) | 1.94º | 0.55% | 0.44% | - |
| XYZ | 8.68 | 6.3 | 3.89 | - |
| YUV | 70.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 51 | 0 | 0.53 | 0.55 | 0.56 | 1.94 | 0.38 | 0.32 |
| Hex | 71 | 35 | 33 | 0 | 35 | 37 | 38 | 2 | 26 | 20 |
| Octal | 161 | 65 | 63 | 0 | 65 | 67 | 70 | 2 | 46 | 40 |
| Binary | 1110001 | 110101 | 110011 | 0 | 110101 | 110111 | 111000 | 10 | 100110 | 100000 |
Color Harmonies of #713533
Complementary color
Monochromatic Colors of #713533
Black with #713533
Text Example
Text Example
White with #713533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713533; }
p { color: rgb(113,53,51); }
H1.HeaderClassName
{
color: #713533;
}
.AnyTagClassName
{
color: #713533;
}
</style>
background-color css
<style>
a { background-color: #713533; }
a { background-color: rgb(113,53,51); }
div.DivClassName
{
background-color: #713533;
}
.BgClassName
{
background-color: #713533;
}
</style>
border-color css
<style>
span { border-color: #713533; }
span { border-color: rgb(113,53,51); }
td.TdClassName
{
border-color: #713533;
}
.TagClassName
{
border-color: #713533;
}
</style>