Shades of Sanguine Brown #733838
Tints of Sanguine Brown #733838
RGB
CMYK
RGB Variations
Color information
#733838 (or 0x733838) is known color: Sanguine Brown. HEX triplet: 73, 38 and 38. RGB value is (115,56,56). Sum of RGB (Red+Green+Blue) = 115+56+56=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #733838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733838 is #8CC7C7. Grayscale: #494949. Windows color (decimal): -9226184 or 3684467. OLE color: 3684467.
HSL color Cylindrical-coordinate representation of color #733838: hue angle of 0º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #733838 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 56 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.55 |
| HSL | 0º | 0.35% | 0.34% | - |
| HSV(B) | 0º | 0.51% | 0.45% | - |
| XYZ | 9.2 | 6.76 | 4.56 | - |
| YUV | 73.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 56 | 0 | 0.51 | 0.51 | 0.55 | 0 | 0.35 | 0.34 |
| Hex | 73 | 38 | 38 | 0 | 33 | 33 | 37 | 0 | 23 | 22 |
| Octal | 163 | 70 | 70 | 0 | 63 | 63 | 67 | 0 | 43 | 42 |
| Binary | 1110011 | 111000 | 111000 | 0 | 110011 | 110011 | 110111 | 0 | 100011 | 100010 |
Color Harmonies of #733838
Complementary color
Monochromatic Colors of #733838
Black with #733838
Text Example
Text Example
White with #733838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733838; }
p { color: rgb(115,56,56); }
H1.HeaderClassName
{
color: #733838;
}
.AnyTagClassName
{
color: #733838;
}
</style>
background-color css
<style>
a { background-color: #733838; }
a { background-color: rgb(115,56,56); }
div.DivClassName
{
background-color: #733838;
}
.BgClassName
{
background-color: #733838;
}
</style>
border-color css
<style>
span { border-color: #733838; }
span { border-color: rgb(115,56,56); }
td.TdClassName
{
border-color: #733838;
}
.TagClassName
{
border-color: #733838;
}
</style>