Shades of Seance #71356D
Tints of Seance #71356D
RGB
CMYK
RGB Variations
Color information
#71356D (or 0x71356D) is known color: Seance. HEX triplet: 71, 35 and 6D. RGB value is (113,53,109). Sum of RGB (Red+Green+Blue) = 113+53+109=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71356D is #8ECA92. Grayscale: #4D4D4D. Windows color (decimal): -9357971 or 7157105. OLE color: 7157105.
HSL color Cylindrical-coordinate representation of color #71356D: hue angle of 304º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71356D is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 109 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.56 |
| HSL | 304º | 0.36% | 0.33% | - |
| HSV(B) | 304º | 0.53% | 0.44% | - |
| XYZ | 10.84 | 7.16 | 15.28 | - |
| YUV | 77.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 109 | 0 | 0.53 | 0.04 | 0.56 | 304 | 0.36 | 0.33 |
| Hex | 71 | 35 | 6D | 0 | 35 | 4 | 38 | 130 | 24 | 21 |
| Octal | 161 | 65 | 155 | 0 | 65 | 4 | 70 | 460 | 44 | 41 |
| Binary | 1110001 | 110101 | 1101101 | 0 | 110101 | 100 | 111000 | 100110000 | 100100 | 100001 |
Color Harmonies of #71356D
Complementary color
Monochromatic Colors of #71356D
Black with #71356D
Text Example
Text Example
White with #71356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71356D; }
p { color: rgb(113,53,109); }
H1.HeaderClassName
{
color: #71356D;
}
.AnyTagClassName
{
color: #71356D;
}
</style>
background-color css
<style>
a { background-color: #71356D; }
a { background-color: rgb(113,53,109); }
div.DivClassName
{
background-color: #71356D;
}
.BgClassName
{
background-color: #71356D;
}
</style>
border-color css
<style>
span { border-color: #71356D; }
span { border-color: rgb(113,53,109); }
td.TdClassName
{
border-color: #71356D;
}
.TagClassName
{
border-color: #71356D;
}
</style>