Shades of Siren #70293F
Tints of Siren #70293F
RGB
CMYK
RGB Variations
Color information
#70293F (or 0x70293F) is known color: Siren. HEX triplet: 70, 29 and 3F. RGB value is (112,41,63). Sum of RGB (Red+Green+Blue) = 112+41+63=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #70293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70293F is #8FD6C0. Grayscale: #404040. Windows color (decimal): -9426625 or 4139376. OLE color: 4139376.
HSL color Cylindrical-coordinate representation of color #70293F: hue angle of 341.41º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70293F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 63 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.56 |
| HSL | 341.41º | 0.46% | 0.3% | - |
| HSV(B) | 341.41º | 0.63% | 0.44% | - |
| XYZ | 8.37 | 5.39 | 5.3 | - |
| YUV | 64.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 63 | 0 | 0.63 | 0.44 | 0.56 | 341.41 | 0.46 | 0.3 |
| Hex | 70 | 29 | 3F | 0 | 3F | 2C | 38 | 155 | 2E | 1E |
| Octal | 160 | 51 | 77 | 0 | 77 | 54 | 70 | 525 | 56 | 36 |
| Binary | 1110000 | 101001 | 111111 | 0 | 111111 | 101100 | 111000 | 101010101 | 101110 | 11110 |
Color Harmonies of #70293F
Complementary color
Monochromatic Colors of #70293F
Black with #70293F
Text Example
Text Example
White with #70293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70293F; }
p { color: rgb(112,41,63); }
H1.HeaderClassName
{
color: #70293F;
}
.AnyTagClassName
{
color: #70293F;
}
</style>
background-color css
<style>
a { background-color: #70293F; }
a { background-color: rgb(112,41,63); }
div.DivClassName
{
background-color: #70293F;
}
.BgClassName
{
background-color: #70293F;
}
</style>
border-color css
<style>
span { border-color: #70293F; }
span { border-color: rgb(112,41,63); }
td.TdClassName
{
border-color: #70293F;
}
.TagClassName
{
border-color: #70293F;
}
</style>