Shades of Siren #70253C
Tints of Siren #70253C
RGB
CMYK
RGB Variations
Color information
#70253C (or 0x70253C) is known color: Siren. HEX triplet: 70, 25 and 3C. RGB value is (112,37,60). Sum of RGB (Red+Green+Blue) = 112+37+60=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70253C is #8FDAC3. Grayscale: #3E3E3E. Windows color (decimal): -9427652 or 3941744. OLE color: 3941744.
HSL color Cylindrical-coordinate representation of color #70253C: hue angle of 341.6º 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 #70253C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 60 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.56 |
| HSL | 341.6º | 0.5% | 0.29% | - |
| HSV(B) | 341.6º | 0.67% | 0.44% | - |
| XYZ | 8.16 | 5.09 | 4.83 | - |
| YUV | 62.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 60 | 0 | 0.67 | 0.46 | 0.56 | 341.6 | 0.5 | 0.29 |
| Hex | 70 | 25 | 3C | 0 | 43 | 2E | 38 | 156 | 32 | 1D |
| Octal | 160 | 45 | 74 | 0 | 103 | 56 | 70 | 526 | 62 | 35 |
| Binary | 1110000 | 100101 | 111100 | 0 | 1000011 | 101110 | 111000 | 101010110 | 110010 | 11101 |
Color Harmonies of #70253C
Complementary color
Monochromatic Colors of #70253C
Black with #70253C
Text Example
Text Example
White with #70253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70253C; }
p { color: rgb(112,37,60); }
H1.HeaderClassName
{
color: #70253C;
}
.AnyTagClassName
{
color: #70253C;
}
</style>
background-color css
<style>
a { background-color: #70253C; }
a { background-color: rgb(112,37,60); }
div.DivClassName
{
background-color: #70253C;
}
.BgClassName
{
background-color: #70253C;
}
</style>
border-color css
<style>
span { border-color: #70253C; }
span { border-color: rgb(112,37,60); }
td.TdClassName
{
border-color: #70253C;
}
.TagClassName
{
border-color: #70253C;
}
</style>