Shades of Seance #70376A
Tints of Seance #70376A
RGB
CMYK
RGB Variations
Color information
#70376A (or 0x70376A) is known color: Seance. HEX triplet: 70, 37 and 6A. RGB value is (112,55,106). Sum of RGB (Red+Green+Blue) = 112+55+106=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376A is #8FC895. Grayscale: #4D4D4D. Windows color (decimal): -9422998 or 6961008. OLE color: 6961008.
HSL color Cylindrical-coordinate representation of color #70376A: hue angle of 306.32º 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 #70376A is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 106 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.56 |
| HSL | 306.32º | 0.34% | 0.33% | - |
| HSV(B) | 306.32º | 0.51% | 0.44% | - |
| XYZ | 10.65 | 7.22 | 14.47 | - |
| YUV | 77.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 106 | 0 | 0.51 | 0.05 | 0.56 | 306.32 | 0.34 | 0.33 |
| Hex | 70 | 37 | 6A | 0 | 33 | 5 | 38 | 132 | 22 | 21 |
| Octal | 160 | 67 | 152 | 0 | 63 | 5 | 70 | 462 | 42 | 41 |
| Binary | 1110000 | 110111 | 1101010 | 0 | 110011 | 101 | 111000 | 100110010 | 100010 | 100001 |
Color Harmonies of #70376A
Complementary color
Monochromatic Colors of #70376A
Black with #70376A
Text Example
Text Example
White with #70376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70376A; }
p { color: rgb(112,55,106); }
H1.HeaderClassName
{
color: #70376A;
}
.AnyTagClassName
{
color: #70376A;
}
</style>
background-color css
<style>
a { background-color: #70376A; }
a { background-color: rgb(112,55,106); }
div.DivClassName
{
background-color: #70376A;
}
.BgClassName
{
background-color: #70376A;
}
</style>
border-color css
<style>
span { border-color: #70376A; }
span { border-color: rgb(112,55,106); }
td.TdClassName
{
border-color: #70376A;
}
.TagClassName
{
border-color: #70376A;
}
</style>