Shades of Sanguine Brown #713B3B
Tints of Sanguine Brown #713B3B
RGB
CMYK
RGB Variations
Color information
#713B3B (or 0x713B3B) is known color: Sanguine Brown. HEX triplet: 71, 3B and 3B. RGB value is (113,59,59). Sum of RGB (Red+Green+Blue) = 113+59+59=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B3B is #8EC4C4. Grayscale: #4B4B4B. Windows color (decimal): -9356485 or 3881841. OLE color: 3881841.
HSL color Cylindrical-coordinate representation of color #713B3B: hue angle of 0º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B3B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 59 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.56 |
| HSL | 0º | 0.31% | 0.34% | - |
| HSV(B) | 0º | 0.48% | 0.44% | - |
| XYZ | 9.16 | 6.95 | 5 | - |
| YUV | 75.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 59 | 0 | 0.48 | 0.48 | 0.56 | 0 | 0.31 | 0.34 |
| Hex | 71 | 3B | 3B | 0 | 30 | 30 | 38 | 0 | 1F | 22 |
| Octal | 161 | 73 | 73 | 0 | 60 | 60 | 70 | 0 | 37 | 42 |
| Binary | 1110001 | 111011 | 111011 | 0 | 110000 | 110000 | 111000 | 0 | 11111 | 100010 |
Color Harmonies of #713B3B
Complementary color
Monochromatic Colors of #713B3B
Black with #713B3B
Text Example
Text Example
White with #713B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B3B; }
p { color: rgb(113,59,59); }
H1.HeaderClassName
{
color: #713B3B;
}
.AnyTagClassName
{
color: #713B3B;
}
</style>
background-color css
<style>
a { background-color: #713B3B; }
a { background-color: rgb(113,59,59); }
div.DivClassName
{
background-color: #713B3B;
}
.BgClassName
{
background-color: #713B3B;
}
</style>
border-color css
<style>
span { border-color: #713B3B; }
span { border-color: rgb(113,59,59); }
td.TdClassName
{
border-color: #713B3B;
}
.TagClassName
{
border-color: #713B3B;
}
</style>