Shades of Siren #70283A
Tints of Siren #70283A
RGB
CMYK
RGB Variations
Color information
#70283A (or 0x70283A) is known color: Siren. HEX triplet: 70, 28 and 3A. RGB value is (112,40,58). Sum of RGB (Red+Green+Blue) = 112+40+58=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70283A is #8FD7C5. Grayscale: #3F3F3F. Windows color (decimal): -9426886 or 3811440. OLE color: 3811440.
HSL color Cylindrical-coordinate representation of color #70283A: hue angle of 345º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70283A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 58 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.56 |
| HSL | 345º | 0.47% | 0.3% | - |
| HSV(B) | 345º | 0.64% | 0.44% | - |
| XYZ | 8.2 | 5.27 | 4.59 | - |
| YUV | 63.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 58 | 0 | 0.64 | 0.48 | 0.56 | 345 | 0.47 | 0.3 |
| Hex | 70 | 28 | 3A | 0 | 40 | 30 | 38 | 159 | 2F | 1E |
| Octal | 160 | 50 | 72 | 0 | 100 | 60 | 70 | 531 | 57 | 36 |
| Binary | 1110000 | 101000 | 111010 | 0 | 1000000 | 110000 | 111000 | 101011001 | 101111 | 11110 |
Color Harmonies of #70283A
Complementary color
Monochromatic Colors of #70283A
Black with #70283A
Text Example
Text Example
White with #70283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70283A; }
p { color: rgb(112,40,58); }
H1.HeaderClassName
{
color: #70283A;
}
.AnyTagClassName
{
color: #70283A;
}
</style>
background-color css
<style>
a { background-color: #70283A; }
a { background-color: rgb(112,40,58); }
div.DivClassName
{
background-color: #70283A;
}
.BgClassName
{
background-color: #70283A;
}
</style>
border-color css
<style>
span { border-color: #70283A; }
span { border-color: rgb(112,40,58); }
td.TdClassName
{
border-color: #70283A;
}
.TagClassName
{
border-color: #70283A;
}
</style>