Shades of Sanguine Brown #703333
Tints of Sanguine Brown #703333
RGB
CMYK
RGB Variations
Color information
#703333 (or 0x703333) is known color: Sanguine Brown. HEX triplet: 70, 33 and 33. RGB value is (112,51,51). Sum of RGB (Red+Green+Blue) = 112+51+51=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703333 is #8FCCCC. Grayscale: #454545. Windows color (decimal): -9424077 or 3355504. OLE color: 3355504.
HSL color Cylindrical-coordinate representation of color #703333: hue angle of 0º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703333 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 51 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.56 |
| HSL | 0º | 0.37% | 0.32% | - |
| HSV(B) | 0º | 0.54% | 0.44% | - |
| XYZ | 8.46 | 6.05 | 3.85 | - |
| YUV | 69.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 51 | 0 | 0.54 | 0.54 | 0.56 | 0 | 0.37 | 0.32 |
| Hex | 70 | 33 | 33 | 0 | 36 | 36 | 38 | 0 | 25 | 20 |
| Octal | 160 | 63 | 63 | 0 | 66 | 66 | 70 | 0 | 45 | 40 |
| Binary | 1110000 | 110011 | 110011 | 0 | 110110 | 110110 | 111000 | 0 | 100101 | 100000 |
Color Harmonies of #703333
Complementary color
Monochromatic Colors of #703333
Black with #703333
Text Example
Text Example
White with #703333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703333; }
p { color: rgb(112,51,51); }
H1.HeaderClassName
{
color: #703333;
}
.AnyTagClassName
{
color: #703333;
}
</style>
background-color css
<style>
a { background-color: #703333; }
a { background-color: rgb(112,51,51); }
div.DivClassName
{
background-color: #703333;
}
.BgClassName
{
background-color: #703333;
}
</style>
border-color css
<style>
span { border-color: #703333; }
span { border-color: rgb(112,51,51); }
td.TdClassName
{
border-color: #703333;
}
.TagClassName
{
border-color: #703333;
}
</style>