Shades of Seance #72346D
Tints of Seance #72346D
RGB
CMYK
RGB Variations
Color information
#72346D (or 0x72346D) is known color: Seance. HEX triplet: 72, 34 and 6D. RGB value is (114,52,109). Sum of RGB (Red+Green+Blue) = 114+52+109=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72346D is #8DCB92. Grayscale: #4C4C4C. Windows color (decimal): -9292691 or 7156850. OLE color: 7156850.
HSL color Cylindrical-coordinate representation of color #72346D: hue angle of 304.84º 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 #72346D is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 109 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.55 |
| HSL | 304.84º | 0.37% | 0.33% | - |
| HSV(B) | 304.84º | 0.54% | 0.45% | - |
| XYZ | 10.93 | 7.14 | 15.27 | - |
| YUV | 77.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 109 | 0 | 0.54 | 0.04 | 0.55 | 304.84 | 0.37 | 0.33 |
| Hex | 72 | 34 | 6D | 0 | 36 | 4 | 37 | 131 | 25 | 21 |
| Octal | 162 | 64 | 155 | 0 | 66 | 4 | 67 | 461 | 45 | 41 |
| Binary | 1110010 | 110100 | 1101101 | 0 | 110110 | 100 | 110111 | 100110001 | 100101 | 100001 |
Color Harmonies of #72346D
Complementary color
Monochromatic Colors of #72346D
Black with #72346D
Text Example
Text Example
White with #72346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72346D; }
p { color: rgb(114,52,109); }
H1.HeaderClassName
{
color: #72346D;
}
.AnyTagClassName
{
color: #72346D;
}
</style>
background-color css
<style>
a { background-color: #72346D; }
a { background-color: rgb(114,52,109); }
div.DivClassName
{
background-color: #72346D;
}
.BgClassName
{
background-color: #72346D;
}
</style>
border-color css
<style>
span { border-color: #72346D; }
span { border-color: rgb(114,52,109); }
td.TdClassName
{
border-color: #72346D;
}
.TagClassName
{
border-color: #72346D;
}
</style>