Shades of Sanguine Brown #763939
Tints of Sanguine Brown #763939
RGB
CMYK
RGB Variations
Color information
#763939 (or 0x763939) is known color: Sanguine Brown. HEX triplet: 76, 39 and 39. RGB value is (118,57,57). Sum of RGB (Red+Green+Blue) = 118+57+57=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763939 is #89C6C6. Grayscale: #4B4B4B. Windows color (decimal): -9029319 or 3750262. OLE color: 3750262.
HSL color Cylindrical-coordinate representation of color #763939: hue angle of 0º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #763939 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 57 | 57 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.54 |
| HSL | 0º | 0.35% | 0.34% | - |
| HSV(B) | 0º | 0.52% | 0.46% | - |
| XYZ | 9.67 | 7.07 | 4.73 | - |
| YUV | 75.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 57 | 0 | 0.52 | 0.52 | 0.54 | 0 | 0.35 | 0.34 |
| Hex | 76 | 39 | 39 | 0 | 34 | 34 | 36 | 0 | 23 | 22 |
| Octal | 166 | 71 | 71 | 0 | 64 | 64 | 66 | 0 | 43 | 42 |
| Binary | 1110110 | 111001 | 111001 | 0 | 110100 | 110100 | 110110 | 0 | 100011 | 100010 |
Color Harmonies of #763939
Complementary color
Monochromatic Colors of #763939
Black with #763939
Text Example
Text Example
White with #763939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763939; }
p { color: rgb(118,57,57); }
H1.HeaderClassName
{
color: #763939;
}
.AnyTagClassName
{
color: #763939;
}
</style>
background-color css
<style>
a { background-color: #763939; }
a { background-color: rgb(118,57,57); }
div.DivClassName
{
background-color: #763939;
}
.BgClassName
{
background-color: #763939;
}
</style>
border-color css
<style>
span { border-color: #763939; }
span { border-color: rgb(118,57,57); }
td.TdClassName
{
border-color: #763939;
}
.TagClassName
{
border-color: #763939;
}
</style>