Shades of Siren #70273F
Tints of Siren #70273F
RGB
CMYK
RGB Variations
Color information
#70273F (or 0x70273F) is known color: Siren. HEX triplet: 70, 27 and 3F. RGB value is (112,39,63). Sum of RGB (Red+Green+Blue) = 112+39+63=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70273F is #8FD8C0. Grayscale: #3F3F3F. Windows color (decimal): -9427137 or 4138864. OLE color: 4138864.
HSL color Cylindrical-coordinate representation of color #70273F: hue angle of 340.27º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70273F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 63 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.56 |
| HSL | 340.27º | 0.48% | 0.3% | - |
| HSV(B) | 340.27º | 0.65% | 0.44% | - |
| XYZ | 8.3 | 5.25 | 5.28 | - |
| YUV | 63.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 63 | 0 | 0.65 | 0.44 | 0.56 | 340.27 | 0.48 | 0.3 |
| Hex | 70 | 27 | 3F | 0 | 41 | 2C | 38 | 154 | 30 | 1E |
| Octal | 160 | 47 | 77 | 0 | 101 | 54 | 70 | 524 | 60 | 36 |
| Binary | 1110000 | 100111 | 111111 | 0 | 1000001 | 101100 | 111000 | 101010100 | 110000 | 11110 |
Color Harmonies of #70273F
Complementary color
Monochromatic Colors of #70273F
Black with #70273F
Text Example
Text Example
White with #70273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70273F; }
p { color: rgb(112,39,63); }
H1.HeaderClassName
{
color: #70273F;
}
.AnyTagClassName
{
color: #70273F;
}
</style>
background-color css
<style>
a { background-color: #70273F; }
a { background-color: rgb(112,39,63); }
div.DivClassName
{
background-color: #70273F;
}
.BgClassName
{
background-color: #70273F;
}
</style>
border-color css
<style>
span { border-color: #70273F; }
span { border-color: rgb(112,39,63); }
td.TdClassName
{
border-color: #70273F;
}
.TagClassName
{
border-color: #70273F;
}
</style>