Shades of Seance #712D6D
Tints of Seance #712D6D
RGB
CMYK
RGB Variations
Color information
#712D6D (or 0x712D6D) is known color: Seance. HEX triplet: 71, 2D and 6D. RGB value is (113,45,109). Sum of RGB (Red+Green+Blue) = 113+45+109=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #712D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D6D is #8ED292. Grayscale: #484848. Windows color (decimal): -9360019 or 7155057. OLE color: 7155057.
HSL color Cylindrical-coordinate representation of color #712D6D: hue angle of 303.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D6D is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 109 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.56 |
| HSL | 303.53º | 0.43% | 0.31% | - |
| HSV(B) | 303.53º | 0.6% | 0.44% | - |
| XYZ | 10.51 | 6.49 | 15.17 | - |
| YUV | 72.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 109 | 0 | 0.60 | 0.04 | 0.56 | 303.53 | 0.43 | 0.31 |
| Hex | 71 | 2D | 6D | 0 | 3C | 4 | 38 | 130 | 2B | 1F |
| Octal | 161 | 55 | 155 | 0 | 74 | 4 | 70 | 460 | 53 | 37 |
| Binary | 1110001 | 101101 | 1101101 | 0 | 111100 | 100 | 111000 | 100110000 | 101011 | 11111 |
Color Harmonies of #712D6D
Complementary color
Monochromatic Colors of #712D6D
Black with #712D6D
Text Example
Text Example
White with #712D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D6D; }
p { color: rgb(113,45,109); }
H1.HeaderClassName
{
color: #712D6D;
}
.AnyTagClassName
{
color: #712D6D;
}
</style>
background-color css
<style>
a { background-color: #712D6D; }
a { background-color: rgb(113,45,109); }
div.DivClassName
{
background-color: #712D6D;
}
.BgClassName
{
background-color: #712D6D;
}
</style>
border-color css
<style>
span { border-color: #712D6D; }
span { border-color: rgb(113,45,109); }
td.TdClassName
{
border-color: #712D6D;
}
.TagClassName
{
border-color: #712D6D;
}
</style>