Shades of Siren #70293D
Tints of Siren #70293D
RGB
CMYK
RGB Variations
Color information
#70293D (or 0x70293D) is known color: Siren. HEX triplet: 70, 29 and 3D. RGB value is (112,41,61). Sum of RGB (Red+Green+Blue) = 112+41+61=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70293D is #8FD6C2. Grayscale: #404040. Windows color (decimal): -9426627 or 4008304. OLE color: 4008304.
HSL color Cylindrical-coordinate representation of color #70293D: hue angle of 343.1º 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 #70293D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 61 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.56 |
| HSL | 343.1º | 0.46% | 0.3% | - |
| HSV(B) | 343.1º | 0.63% | 0.44% | - |
| XYZ | 8.32 | 5.37 | 5.01 | - |
| YUV | 64.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 61 | 0 | 0.63 | 0.46 | 0.56 | 343.1 | 0.46 | 0.3 |
| Hex | 70 | 29 | 3D | 0 | 3F | 2E | 38 | 157 | 2E | 1E |
| Octal | 160 | 51 | 75 | 0 | 77 | 56 | 70 | 527 | 56 | 36 |
| Binary | 1110000 | 101001 | 111101 | 0 | 111111 | 101110 | 111000 | 101010111 | 101110 | 11110 |
Color Harmonies of #70293D
Complementary color
Monochromatic Colors of #70293D
Black with #70293D
Text Example
Text Example
White with #70293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70293D; }
p { color: rgb(112,41,61); }
H1.HeaderClassName
{
color: #70293D;
}
.AnyTagClassName
{
color: #70293D;
}
</style>
background-color css
<style>
a { background-color: #70293D; }
a { background-color: rgb(112,41,61); }
div.DivClassName
{
background-color: #70293D;
}
.BgClassName
{
background-color: #70293D;
}
</style>
border-color css
<style>
span { border-color: #70293D; }
span { border-color: rgb(112,41,61); }
td.TdClassName
{
border-color: #70293D;
}
.TagClassName
{
border-color: #70293D;
}
</style>