Shades of Siren #70253D
Tints of Siren #70253D
RGB
CMYK
RGB Variations
Color information
#70253D (or 0x70253D) is known color: Siren. HEX triplet: 70, 25 and 3D. RGB value is (112,37,61). Sum of RGB (Red+Green+Blue) = 112+37+61=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70253D is #8FDAC2. Grayscale: #3E3E3E. Windows color (decimal): -9427651 or 4007280. OLE color: 4007280.
HSL color Cylindrical-coordinate representation of color #70253D: hue angle of 340.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70253D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 61 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.56 |
| HSL | 340.8º | 0.5% | 0.29% | - |
| HSV(B) | 340.8º | 0.67% | 0.44% | - |
| XYZ | 8.19 | 5.1 | 4.97 | - |
| YUV | 62.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 61 | 0 | 0.67 | 0.46 | 0.56 | 340.8 | 0.5 | 0.29 |
| Hex | 70 | 25 | 3D | 0 | 43 | 2E | 38 | 155 | 32 | 1D |
| Octal | 160 | 45 | 75 | 0 | 103 | 56 | 70 | 525 | 62 | 35 |
| Binary | 1110000 | 100101 | 111101 | 0 | 1000011 | 101110 | 111000 | 101010101 | 110010 | 11101 |
Color Harmonies of #70253D
Complementary color
Monochromatic Colors of #70253D
Black with #70253D
Text Example
Text Example
White with #70253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70253D; }
p { color: rgb(112,37,61); }
H1.HeaderClassName
{
color: #70253D;
}
.AnyTagClassName
{
color: #70253D;
}
</style>
background-color css
<style>
a { background-color: #70253D; }
a { background-color: rgb(112,37,61); }
div.DivClassName
{
background-color: #70253D;
}
.BgClassName
{
background-color: #70253D;
}
</style>
border-color css
<style>
span { border-color: #70253D; }
span { border-color: rgb(112,37,61); }
td.TdClassName
{
border-color: #70253D;
}
.TagClassName
{
border-color: #70253D;
}
</style>