Shades of Sanguine Brown #703737
Tints of Sanguine Brown #703737
RGB
CMYK
RGB Variations
Color information
#703737 (or 0x703737) is known color: Sanguine Brown. HEX triplet: 70, 37 and 37. RGB value is (112,55,55). Sum of RGB (Red+Green+Blue) = 112+55+55=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703737 is #8FC8C8. Grayscale: #484848. Windows color (decimal): -9423049 or 3618672. OLE color: 3618672.
HSL color Cylindrical-coordinate representation of color #703737: hue angle of 0º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703737 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 55 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.56 |
| HSL | 0º | 0.34% | 0.33% | - |
| HSV(B) | 0º | 0.51% | 0.44% | - |
| XYZ | 8.74 | 6.45 | 4.4 | - |
| YUV | 72.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 55 | 0 | 0.51 | 0.51 | 0.56 | 0 | 0.34 | 0.33 |
| Hex | 70 | 37 | 37 | 0 | 33 | 33 | 38 | 0 | 22 | 21 |
| Octal | 160 | 67 | 67 | 0 | 63 | 63 | 70 | 0 | 42 | 41 |
| Binary | 1110000 | 110111 | 110111 | 0 | 110011 | 110011 | 111000 | 0 | 100010 | 100001 |
Color Harmonies of #703737
Complementary color
Monochromatic Colors of #703737
Black with #703737
Text Example
Text Example
White with #703737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703737; }
p { color: rgb(112,55,55); }
H1.HeaderClassName
{
color: #703737;
}
.AnyTagClassName
{
color: #703737;
}
</style>
background-color css
<style>
a { background-color: #703737; }
a { background-color: rgb(112,55,55); }
div.DivClassName
{
background-color: #703737;
}
.BgClassName
{
background-color: #703737;
}
</style>
border-color css
<style>
span { border-color: #703737; }
span { border-color: rgb(112,55,55); }
td.TdClassName
{
border-color: #703737;
}
.TagClassName
{
border-color: #703737;
}
</style>