Shades of Sanguine Brown #783939
Tints of Sanguine Brown #783939
RGB
CMYK
RGB Variations
Color information
#783939 (or 0x783939) is known color: Sanguine Brown. HEX triplet: 78, 39 and 39. RGB value is (120,57,57). Sum of RGB (Red+Green+Blue) = 120+57+57=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #783939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783939 is #87C6C6. Grayscale: #4B4B4B. Windows color (decimal): -8898247 or 3750264. OLE color: 3750264.
HSL color Cylindrical-coordinate representation of color #783939: hue angle of 0º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783939 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 57 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.53 |
| HSL | 0º | 0.36% | 0.35% | - |
| HSV(B) | 0º | 0.53% | 0.47% | - |
| XYZ | 9.95 | 7.21 | 4.74 | - |
| YUV | 75.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 57 | 0 | 0.52 | 0.52 | 0.53 | 0 | 0.36 | 0.35 |
| Hex | 78 | 39 | 39 | 0 | 34 | 34 | 35 | 0 | 24 | 23 |
| Octal | 170 | 71 | 71 | 0 | 64 | 64 | 65 | 0 | 44 | 43 |
| Binary | 1111000 | 111001 | 111001 | 0 | 110100 | 110100 | 110101 | 0 | 100100 | 100011 |
Color Harmonies of #783939
Complementary color
Monochromatic Colors of #783939
Black with #783939
Text Example
Text Example
White with #783939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783939; }
p { color: rgb(120,57,57); }
H1.HeaderClassName
{
color: #783939;
}
.AnyTagClassName
{
color: #783939;
}
</style>
background-color css
<style>
a { background-color: #783939; }
a { background-color: rgb(120,57,57); }
div.DivClassName
{
background-color: #783939;
}
.BgClassName
{
background-color: #783939;
}
</style>
border-color css
<style>
span { border-color: #783939; }
span { border-color: rgb(120,57,57); }
td.TdClassName
{
border-color: #783939;
}
.TagClassName
{
border-color: #783939;
}
</style>