Shades of Seance #70376D
Tints of Seance #70376D
RGB
CMYK
RGB Variations
Color information
#70376D (or 0x70376D) is known color: Seance. HEX triplet: 70, 37 and 6D. RGB value is (112,55,109). Sum of RGB (Red+Green+Blue) = 112+55+109=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376D is #8FC892. Grayscale: #4E4E4E. Windows color (decimal): -9422995 or 7157616. OLE color: 7157616.
HSL color Cylindrical-coordinate representation of color #70376D: hue angle of 303.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70376D is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 109 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.56 |
| HSL | 303.16º | 0.34% | 0.33% | - |
| HSV(B) | 303.16º | 0.51% | 0.44% | - |
| XYZ | 10.81 | 7.28 | 15.3 | - |
| YUV | 78.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 109 | 0 | 0.51 | 0.03 | 0.56 | 303.16 | 0.34 | 0.33 |
| Hex | 70 | 37 | 6D | 0 | 33 | 3 | 38 | 12F | 22 | 21 |
| Octal | 160 | 67 | 155 | 0 | 63 | 3 | 70 | 457 | 42 | 41 |
| Binary | 1110000 | 110111 | 1101101 | 0 | 110011 | 11 | 111000 | 100101111 | 100010 | 100001 |
Color Harmonies of #70376D
Complementary color
Monochromatic Colors of #70376D
Black with #70376D
Text Example
Text Example
White with #70376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70376D; }
p { color: rgb(112,55,109); }
H1.HeaderClassName
{
color: #70376D;
}
.AnyTagClassName
{
color: #70376D;
}
</style>
background-color css
<style>
a { background-color: #70376D; }
a { background-color: rgb(112,55,109); }
div.DivClassName
{
background-color: #70376D;
}
.BgClassName
{
background-color: #70376D;
}
</style>
border-color css
<style>
span { border-color: #70376D; }
span { border-color: rgb(112,55,109); }
td.TdClassName
{
border-color: #70376D;
}
.TagClassName
{
border-color: #70376D;
}
</style>