Shades of Siren #70273C
Tints of Siren #70273C
RGB
CMYK
RGB Variations
Color information
#70273C (or 0x70273C) is known color: Siren. HEX triplet: 70, 27 and 3C. RGB value is (112,39,60). Sum of RGB (Red+Green+Blue) = 112+39+60=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70273C is #8FD8C3. Grayscale: #3F3F3F. Windows color (decimal): -9427140 or 3942256. OLE color: 3942256.
HSL color Cylindrical-coordinate representation of color #70273C: hue angle of 342.74º 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 #70273C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 60 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.56 |
| HSL | 342.74º | 0.48% | 0.3% | - |
| HSV(B) | 342.74º | 0.65% | 0.44% | - |
| XYZ | 8.22 | 5.22 | 4.85 | - |
| YUV | 63.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 60 | 0 | 0.65 | 0.46 | 0.56 | 342.74 | 0.48 | 0.3 |
| Hex | 70 | 27 | 3C | 0 | 41 | 2E | 38 | 157 | 30 | 1E |
| Octal | 160 | 47 | 74 | 0 | 101 | 56 | 70 | 527 | 60 | 36 |
| Binary | 1110000 | 100111 | 111100 | 0 | 1000001 | 101110 | 111000 | 101010111 | 110000 | 11110 |
Color Harmonies of #70273C
Complementary color
Monochromatic Colors of #70273C
Black with #70273C
Text Example
Text Example
White with #70273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70273C; }
p { color: rgb(112,39,60); }
H1.HeaderClassName
{
color: #70273C;
}
.AnyTagClassName
{
color: #70273C;
}
</style>
background-color css
<style>
a { background-color: #70273C; }
a { background-color: rgb(112,39,60); }
div.DivClassName
{
background-color: #70273C;
}
.BgClassName
{
background-color: #70273C;
}
</style>
border-color css
<style>
span { border-color: #70273C; }
span { border-color: rgb(112,39,60); }
td.TdClassName
{
border-color: #70273C;
}
.TagClassName
{
border-color: #70273C;
}
</style>