Shades of Seance #73316F
Tints of Seance #73316F
RGB
CMYK
RGB Variations
Color information
#73316F (or 0x73316F) is known color: Seance. HEX triplet: 73, 31 and 6F. RGB value is (115,49,111). Sum of RGB (Red+Green+Blue) = 115+49+111=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73316F is #8CCE90. Grayscale: #4B4B4B. Windows color (decimal): -9227921 or 7287155. OLE color: 7287155.
HSL color Cylindrical-coordinate representation of color #73316F: hue angle of 303.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73316F is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 111 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.55 |
| HSL | 303.64º | 0.4% | 0.32% | - |
| HSV(B) | 303.64º | 0.57% | 0.45% | - |
| XYZ | 11.04 | 6.99 | 15.81 | - |
| YUV | 75.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 111 | 0 | 0.57 | 0.03 | 0.55 | 303.64 | 0.4 | 0.32 |
| Hex | 73 | 31 | 6F | 0 | 39 | 3 | 37 | 130 | 28 | 20 |
| Octal | 163 | 61 | 157 | 0 | 71 | 3 | 67 | 460 | 50 | 40 |
| Binary | 1110011 | 110001 | 1101111 | 0 | 111001 | 11 | 110111 | 100110000 | 101000 | 100000 |
Color Harmonies of #73316F
Complementary color
Monochromatic Colors of #73316F
Black with #73316F
Text Example
Text Example
White with #73316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73316F; }
p { color: rgb(115,49,111); }
H1.HeaderClassName
{
color: #73316F;
}
.AnyTagClassName
{
color: #73316F;
}
</style>
background-color css
<style>
a { background-color: #73316F; }
a { background-color: rgb(115,49,111); }
div.DivClassName
{
background-color: #73316F;
}
.BgClassName
{
background-color: #73316F;
}
</style>
border-color css
<style>
span { border-color: #73316F; }
span { border-color: rgb(115,49,111); }
td.TdClassName
{
border-color: #73316F;
}
.TagClassName
{
border-color: #73316F;
}
</style>