Shades of Seance #71396A
Tints of Seance #71396A
RGB
CMYK
RGB Variations
Color information
#71396A (or 0x71396A) is known color: Seance. HEX triplet: 71, 39 and 6A. RGB value is (113,57,106). Sum of RGB (Red+Green+Blue) = 113+57+106=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71396A is #8EC695. Grayscale: #4F4F4F. Windows color (decimal): -9356950 or 6961521. OLE color: 6961521.
HSL color Cylindrical-coordinate representation of color #71396A: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71396A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 106 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.56 |
| HSL | 307.5º | 0.33% | 0.33% | - |
| HSV(B) | 307.5º | 0.5% | 0.44% | - |
| XYZ | 10.87 | 7.48 | 14.51 | - |
| YUV | 79.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 106 | 0 | 0.50 | 0.06 | 0.56 | 307.5 | 0.33 | 0.33 |
| Hex | 71 | 39 | 6A | 0 | 32 | 6 | 38 | 134 | 21 | 21 |
| Octal | 161 | 71 | 152 | 0 | 62 | 6 | 70 | 464 | 41 | 41 |
| Binary | 1110001 | 111001 | 1101010 | 0 | 110010 | 110 | 111000 | 100110100 | 100001 | 100001 |
Color Harmonies of #71396A
Complementary color
Monochromatic Colors of #71396A
Black with #71396A
Text Example
Text Example
White with #71396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71396A; }
p { color: rgb(113,57,106); }
H1.HeaderClassName
{
color: #71396A;
}
.AnyTagClassName
{
color: #71396A;
}
</style>
background-color css
<style>
a { background-color: #71396A; }
a { background-color: rgb(113,57,106); }
div.DivClassName
{
background-color: #71396A;
}
.BgClassName
{
background-color: #71396A;
}
</style>
border-color css
<style>
span { border-color: #71396A; }
span { border-color: rgb(113,57,106); }
td.TdClassName
{
border-color: #71396A;
}
.TagClassName
{
border-color: #71396A;
}
</style>