Shades of Siren #70283D
Tints of Siren #70283D
RGB
CMYK
RGB Variations
Color information
#70283D (or 0x70283D) is known color: Siren. HEX triplet: 70, 28 and 3D. RGB value is (112,40,61). Sum of RGB (Red+Green+Blue) = 112+40+61=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70283D is #8FD7C2. Grayscale: #3F3F3F. Windows color (decimal): -9426883 or 4008048. OLE color: 4008048.
HSL color Cylindrical-coordinate representation of color #70283D: hue angle of 342.5º 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 #70283D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 61 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.56 |
| HSL | 342.5º | 0.47% | 0.3% | - |
| HSV(B) | 342.5º | 0.64% | 0.44% | - |
| XYZ | 8.28 | 5.3 | 5 | - |
| YUV | 63.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 61 | 0 | 0.64 | 0.46 | 0.56 | 342.5 | 0.47 | 0.3 |
| Hex | 70 | 28 | 3D | 0 | 40 | 2E | 38 | 156 | 2F | 1E |
| Octal | 160 | 50 | 75 | 0 | 100 | 56 | 70 | 526 | 57 | 36 |
| Binary | 1110000 | 101000 | 111101 | 0 | 1000000 | 101110 | 111000 | 101010110 | 101111 | 11110 |
Color Harmonies of #70283D
Complementary color
Monochromatic Colors of #70283D
Black with #70283D
Text Example
Text Example
White with #70283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70283D; }
p { color: rgb(112,40,61); }
H1.HeaderClassName
{
color: #70283D;
}
.AnyTagClassName
{
color: #70283D;
}
</style>
background-color css
<style>
a { background-color: #70283D; }
a { background-color: rgb(112,40,61); }
div.DivClassName
{
background-color: #70283D;
}
.BgClassName
{
background-color: #70283D;
}
</style>
border-color css
<style>
span { border-color: #70283D; }
span { border-color: rgb(112,40,61); }
td.TdClassName
{
border-color: #70283D;
}
.TagClassName
{
border-color: #70283D;
}
</style>