Shades of Siren #70293B
Tints of Siren #70293B
RGB
CMYK
RGB Variations
Color information
#70293B (or 0x70293B) is known color: Siren. HEX triplet: 70, 29 and 3B. RGB value is (112,41,59). Sum of RGB (Red+Green+Blue) = 112+41+59=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70293B is #8FD6C4. Grayscale: #404040. Windows color (decimal): -9426629 or 3877232. OLE color: 3877232.
HSL color Cylindrical-coordinate representation of color #70293B: hue angle of 344.79º 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 #70293B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 59 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.56 |
| HSL | 344.79º | 0.46% | 0.3% | - |
| HSV(B) | 344.79º | 0.63% | 0.44% | - |
| XYZ | 8.26 | 5.35 | 4.73 | - |
| YUV | 64.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 59 | 0 | 0.63 | 0.47 | 0.56 | 344.79 | 0.46 | 0.3 |
| Hex | 70 | 29 | 3B | 0 | 3F | 2F | 38 | 159 | 2E | 1E |
| Octal | 160 | 51 | 73 | 0 | 77 | 57 | 70 | 531 | 56 | 36 |
| Binary | 1110000 | 101001 | 111011 | 0 | 111111 | 101111 | 111000 | 101011001 | 101110 | 11110 |
Color Harmonies of #70293B
Complementary color
Monochromatic Colors of #70293B
Black with #70293B
Text Example
Text Example
White with #70293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70293B; }
p { color: rgb(112,41,59); }
H1.HeaderClassName
{
color: #70293B;
}
.AnyTagClassName
{
color: #70293B;
}
</style>
background-color css
<style>
a { background-color: #70293B; }
a { background-color: rgb(112,41,59); }
div.DivClassName
{
background-color: #70293B;
}
.BgClassName
{
background-color: #70293B;
}
</style>
border-color css
<style>
span { border-color: #70293B; }
span { border-color: rgb(112,41,59); }
td.TdClassName
{
border-color: #70293B;
}
.TagClassName
{
border-color: #70293B;
}
</style>