Shades of Siren #70223C
Tints of Siren #70223C
RGB
CMYK
RGB Variations
Color information
#70223C (or 0x70223C) is known color: Siren. HEX triplet: 70, 22 and 3C. RGB value is (112,34,60). Sum of RGB (Red+Green+Blue) = 112+34+60=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70223C is #8FDDC3. Grayscale: #3C3C3C. Windows color (decimal): -9428420 or 3940976. OLE color: 3940976.
HSL color Cylindrical-coordinate representation of color #70223C: hue angle of 340º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70223C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 60 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.56 |
| HSL | 340º | 0.53% | 0.29% | - |
| HSV(B) | 340º | 0.7% | 0.44% | - |
| XYZ | 8.07 | 4.92 | 4.8 | - |
| YUV | 60.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 60 | 0 | 0.70 | 0.46 | 0.56 | 340 | 0.53 | 0.29 |
| Hex | 70 | 22 | 3C | 0 | 46 | 2E | 38 | 154 | 35 | 1D |
| Octal | 160 | 42 | 74 | 0 | 106 | 56 | 70 | 524 | 65 | 35 |
| Binary | 1110000 | 100010 | 111100 | 0 | 1000110 | 101110 | 111000 | 101010100 | 110101 | 11101 |
Color Harmonies of #70223C
Complementary color
Monochromatic Colors of #70223C
Black with #70223C
Text Example
Text Example
White with #70223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70223C; }
p { color: rgb(112,34,60); }
H1.HeaderClassName
{
color: #70223C;
}
.AnyTagClassName
{
color: #70223C;
}
</style>
background-color css
<style>
a { background-color: #70223C; }
a { background-color: rgb(112,34,60); }
div.DivClassName
{
background-color: #70223C;
}
.BgClassName
{
background-color: #70223C;
}
</style>
border-color css
<style>
span { border-color: #70223C; }
span { border-color: rgb(112,34,60); }
td.TdClassName
{
border-color: #70223C;
}
.TagClassName
{
border-color: #70223C;
}
</style>