Shades of Seance #72366C
Tints of Seance #72366C
RGB
CMYK
RGB Variations
Color information
#72366C (or 0x72366C) is known color: Seance. HEX triplet: 72, 36 and 6C. RGB value is (114,54,108). Sum of RGB (Red+Green+Blue) = 114+54+108=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72366C is #8DC993. Grayscale: #4D4D4D. Windows color (decimal): -9292180 or 7091826. OLE color: 7091826.
HSL color Cylindrical-coordinate representation of color #72366C: hue angle of 306º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72366C is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 108 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.55 |
| HSL | 306º | 0.36% | 0.33% | - |
| HSV(B) | 306º | 0.53% | 0.45% | - |
| XYZ | 10.97 | 7.3 | 15.02 | - |
| YUV | 78.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 108 | 0 | 0.53 | 0.05 | 0.55 | 306 | 0.36 | 0.33 |
| Hex | 72 | 36 | 6C | 0 | 35 | 5 | 37 | 132 | 24 | 21 |
| Octal | 162 | 66 | 154 | 0 | 65 | 5 | 67 | 462 | 44 | 41 |
| Binary | 1110010 | 110110 | 1101100 | 0 | 110101 | 101 | 110111 | 100110010 | 100100 | 100001 |
Color Harmonies of #72366C
Complementary color
Monochromatic Colors of #72366C
Black with #72366C
Text Example
Text Example
White with #72366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72366C; }
p { color: rgb(114,54,108); }
H1.HeaderClassName
{
color: #72366C;
}
.AnyTagClassName
{
color: #72366C;
}
</style>
background-color css
<style>
a { background-color: #72366C; }
a { background-color: rgb(114,54,108); }
div.DivClassName
{
background-color: #72366C;
}
.BgClassName
{
background-color: #72366C;
}
</style>
border-color css
<style>
span { border-color: #72366C; }
span { border-color: rgb(114,54,108); }
td.TdClassName
{
border-color: #72366C;
}
.TagClassName
{
border-color: #72366C;
}
</style>