Shades of Siren #702C39
Tints of Siren #702C39
RGB
CMYK
RGB Variations
Color information
#702C39 (or 0x702C39) is known color: Siren. HEX triplet: 70, 2C and 39. RGB value is (112,44,57). Sum of RGB (Red+Green+Blue) = 112+44+57=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C39 is #8FD3C6. Grayscale: #414141. Windows color (decimal): -9425863 or 3746928. OLE color: 3746928.
HSL color Cylindrical-coordinate representation of color #702C39: hue angle of 348.53º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702C39 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 57 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.56 |
| HSL | 348.53º | 0.44% | 0.31% | - |
| HSV(B) | 348.53º | 0.61% | 0.44% | - |
| XYZ | 8.32 | 5.54 | 4.5 | - |
| YUV | 65.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 57 | 0 | 0.61 | 0.49 | 0.56 | 348.53 | 0.44 | 0.31 |
| Hex | 70 | 2C | 39 | 0 | 3D | 31 | 38 | 15D | 2C | 1F |
| Octal | 160 | 54 | 71 | 0 | 75 | 61 | 70 | 535 | 54 | 37 |
| Binary | 1110000 | 101100 | 111001 | 0 | 111101 | 110001 | 111000 | 101011101 | 101100 | 11111 |
Color Harmonies of #702C39
Complementary color
Monochromatic Colors of #702C39
Black with #702C39
Text Example
Text Example
White with #702C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C39; }
p { color: rgb(112,44,57); }
H1.HeaderClassName
{
color: #702C39;
}
.AnyTagClassName
{
color: #702C39;
}
</style>
background-color css
<style>
a { background-color: #702C39; }
a { background-color: rgb(112,44,57); }
div.DivClassName
{
background-color: #702C39;
}
.BgClassName
{
background-color: #702C39;
}
</style>
border-color css
<style>
span { border-color: #702C39; }
span { border-color: rgb(112,44,57); }
td.TdClassName
{
border-color: #702C39;
}
.TagClassName
{
border-color: #702C39;
}
</style>