Shades of Sanguine Brown #713432
Tints of Sanguine Brown #713432
RGB
CMYK
RGB Variations
Color information
#713432 (or 0x713432) is known color: Sanguine Brown. HEX triplet: 71, 34 and 32. RGB value is (113,52,50). Sum of RGB (Red+Green+Blue) = 113+52+50=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713432 is #8ECBCD. Grayscale: #464646. Windows color (decimal): -9358286 or 3290225. OLE color: 3290225.
HSL color Cylindrical-coordinate representation of color #713432: hue angle of 1.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713432 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 50 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.56 |
| HSL | 1.9º | 0.39% | 0.32% | - |
| HSV(B) | 1.9º | 0.56% | 0.44% | - |
| XYZ | 8.61 | 6.2 | 3.76 | - |
| YUV | 70.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 50 | 0 | 0.54 | 0.56 | 0.56 | 1.9 | 0.39 | 0.32 |
| Hex | 71 | 34 | 32 | 0 | 36 | 38 | 38 | 2 | 27 | 20 |
| Octal | 161 | 64 | 62 | 0 | 66 | 70 | 70 | 2 | 47 | 40 |
| Binary | 1110001 | 110100 | 110010 | 0 | 110110 | 111000 | 111000 | 10 | 100111 | 100000 |
Color Harmonies of #713432
Complementary color
Monochromatic Colors of #713432
Black with #713432
Text Example
Text Example
White with #713432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713432; }
p { color: rgb(113,52,50); }
H1.HeaderClassName
{
color: #713432;
}
.AnyTagClassName
{
color: #713432;
}
</style>
background-color css
<style>
a { background-color: #713432; }
a { background-color: rgb(113,52,50); }
div.DivClassName
{
background-color: #713432;
}
.BgClassName
{
background-color: #713432;
}
</style>
border-color css
<style>
span { border-color: #713432; }
span { border-color: rgb(113,52,50); }
td.TdClassName
{
border-color: #713432;
}
.TagClassName
{
border-color: #713432;
}
</style>