Shades of Seance #73356D
Tints of Seance #73356D
RGB
CMYK
RGB Variations
Color information
#73356D (or 0x73356D) is known color: Seance. HEX triplet: 73, 35 and 6D. RGB value is (115,53,109). Sum of RGB (Red+Green+Blue) = 115+53+109=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73356D is #8CCA92. Grayscale: #4D4D4D. Windows color (decimal): -9226899 or 7157107. OLE color: 7157107.
HSL color Cylindrical-coordinate representation of color #73356D: hue angle of 305.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73356D is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 109 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.55 |
| HSL | 305.81º | 0.37% | 0.33% | - |
| HSV(B) | 305.81º | 0.54% | 0.45% | - |
| XYZ | 11.1 | 7.3 | 15.29 | - |
| YUV | 77.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 109 | 0 | 0.54 | 0.05 | 0.55 | 305.81 | 0.37 | 0.33 |
| Hex | 73 | 35 | 6D | 0 | 36 | 5 | 37 | 132 | 25 | 21 |
| Octal | 163 | 65 | 155 | 0 | 66 | 5 | 67 | 462 | 45 | 41 |
| Binary | 1110011 | 110101 | 1101101 | 0 | 110110 | 101 | 110111 | 100110010 | 100101 | 100001 |
Color Harmonies of #73356D
Complementary color
Monochromatic Colors of #73356D
Black with #73356D
Text Example
Text Example
White with #73356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73356D; }
p { color: rgb(115,53,109); }
H1.HeaderClassName
{
color: #73356D;
}
.AnyTagClassName
{
color: #73356D;
}
</style>
background-color css
<style>
a { background-color: #73356D; }
a { background-color: rgb(115,53,109); }
div.DivClassName
{
background-color: #73356D;
}
.BgClassName
{
background-color: #73356D;
}
</style>
border-color css
<style>
span { border-color: #73356D; }
span { border-color: rgb(115,53,109); }
td.TdClassName
{
border-color: #73356D;
}
.TagClassName
{
border-color: #73356D;
}
</style>