Shades of Sanguine Brown #773535
Tints of Sanguine Brown #773535
RGB
CMYK
RGB Variations
Color information
#773535 (or 0x773535) is known color: Sanguine Brown. HEX triplet: 77, 35 and 35. RGB value is (119,53,53). Sum of RGB (Red+Green+Blue) = 119+53+53=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773535 is #88CACA. Grayscale: #484848. Windows color (decimal): -8964811 or 3487095. OLE color: 3487095.
HSL color Cylindrical-coordinate representation of color #773535: hue angle of 0º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773535 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 53 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.53 |
| HSL | 0º | 0.38% | 0.34% | - |
| HSV(B) | 0º | 0.55% | 0.47% | - |
| XYZ | 9.52 | 6.73 | 4.16 | - |
| YUV | 72.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 53 | 0 | 0.55 | 0.55 | 0.53 | 0 | 0.38 | 0.34 |
| Hex | 77 | 35 | 35 | 0 | 37 | 37 | 35 | 0 | 26 | 22 |
| Octal | 167 | 65 | 65 | 0 | 67 | 67 | 65 | 0 | 46 | 42 |
| Binary | 1110111 | 110101 | 110101 | 0 | 110111 | 110111 | 110101 | 0 | 100110 | 100010 |
Color Harmonies of #773535
Complementary color
Monochromatic Colors of #773535
Black with #773535
Text Example
Text Example
White with #773535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773535; }
p { color: rgb(119,53,53); }
H1.HeaderClassName
{
color: #773535;
}
.AnyTagClassName
{
color: #773535;
}
</style>
background-color css
<style>
a { background-color: #773535; }
a { background-color: rgb(119,53,53); }
div.DivClassName
{
background-color: #773535;
}
.BgClassName
{
background-color: #773535;
}
</style>
border-color css
<style>
span { border-color: #773535; }
span { border-color: rgb(119,53,53); }
td.TdClassName
{
border-color: #773535;
}
.TagClassName
{
border-color: #773535;
}
</style>