Shades of Siren #70213C
Tints of Siren #70213C
RGB
CMYK
RGB Variations
Color information
#70213C (or 0x70213C) is known color: Siren. HEX triplet: 70, 21 and 3C. RGB value is (112,33,60). Sum of RGB (Red+Green+Blue) = 112+33+60=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70213C is #8FDEC3. Grayscale: #3B3B3B. Windows color (decimal): -9428676 or 3940720. OLE color: 3940720.
HSL color Cylindrical-coordinate representation of color #70213C: hue angle of 339.49º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70213C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 60 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.56 |
| HSL | 339.49º | 0.54% | 0.28% | - |
| HSV(B) | 339.49º | 0.71% | 0.44% | - |
| XYZ | 8.04 | 4.86 | 4.79 | - |
| YUV | 59.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 60 | 0 | 0.71 | 0.46 | 0.56 | 339.49 | 0.54 | 0.28 |
| Hex | 70 | 21 | 3C | 0 | 47 | 2E | 38 | 153 | 36 | 1C |
| Octal | 160 | 41 | 74 | 0 | 107 | 56 | 70 | 523 | 66 | 34 |
| Binary | 1110000 | 100001 | 111100 | 0 | 1000111 | 101110 | 111000 | 101010011 | 110110 | 11100 |
Color Harmonies of #70213C
Complementary color
Monochromatic Colors of #70213C
Black with #70213C
Text Example
Text Example
White with #70213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70213C; }
p { color: rgb(112,33,60); }
H1.HeaderClassName
{
color: #70213C;
}
.AnyTagClassName
{
color: #70213C;
}
</style>
background-color css
<style>
a { background-color: #70213C; }
a { background-color: rgb(112,33,60); }
div.DivClassName
{
background-color: #70213C;
}
.BgClassName
{
background-color: #70213C;
}
</style>
border-color css
<style>
span { border-color: #70213C; }
span { border-color: rgb(112,33,60); }
td.TdClassName
{
border-color: #70213C;
}
.TagClassName
{
border-color: #70213C;
}
</style>