Shades of Sanguine Brown #763535
Tints of Sanguine Brown #763535
RGB
CMYK
RGB Variations
Color information
#763535 (or 0x763535) is known color: Sanguine Brown. HEX triplet: 76, 35 and 35. RGB value is (118,53,53). Sum of RGB (Red+Green+Blue) = 118+53+53=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763535 is #89CACA. Grayscale: #484848. Windows color (decimal): -9030347 or 3487094. OLE color: 3487094.
HSL color Cylindrical-coordinate representation of color #763535: hue angle of 0º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763535 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 53 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.54 |
| HSL | 0º | 0.38% | 0.34% | - |
| HSV(B) | 0º | 0.55% | 0.46% | - |
| XYZ | 9.39 | 6.65 | 4.16 | - |
| YUV | 72.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 53 | 0 | 0.55 | 0.55 | 0.54 | 0 | 0.38 | 0.34 |
| Hex | 76 | 35 | 35 | 0 | 37 | 37 | 36 | 0 | 26 | 22 |
| Octal | 166 | 65 | 65 | 0 | 67 | 67 | 66 | 0 | 46 | 42 |
| Binary | 1110110 | 110101 | 110101 | 0 | 110111 | 110111 | 110110 | 0 | 100110 | 100010 |
Color Harmonies of #763535
Complementary color
Monochromatic Colors of #763535
Black with #763535
Text Example
Text Example
White with #763535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763535; }
p { color: rgb(118,53,53); }
H1.HeaderClassName
{
color: #763535;
}
.AnyTagClassName
{
color: #763535;
}
</style>
background-color css
<style>
a { background-color: #763535; }
a { background-color: rgb(118,53,53); }
div.DivClassName
{
background-color: #763535;
}
.BgClassName
{
background-color: #763535;
}
</style>
border-color css
<style>
span { border-color: #763535; }
span { border-color: rgb(118,53,53); }
td.TdClassName
{
border-color: #763535;
}
.TagClassName
{
border-color: #763535;
}
</style>