Shades of Siren #702C43
Tints of Siren #702C43
RGB
CMYK
RGB Variations
Color information
#702C43 (or 0x702C43) is known color: Siren. HEX triplet: 70, 2C and 43. RGB value is (112,44,67). Sum of RGB (Red+Green+Blue) = 112+44+67=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #702C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C43 is #8FD3BC. Grayscale: #424242. Windows color (decimal): -9425853 or 4402288. OLE color: 4402288.
HSL color Cylindrical-coordinate representation of color #702C43: hue angle of 339.71º 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 #702C43 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 67 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.56 |
| HSL | 339.71º | 0.44% | 0.31% | - |
| HSV(B) | 339.71º | 0.61% | 0.44% | - |
| XYZ | 8.6 | 5.65 | 5.95 | - |
| YUV | 66.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 67 | 0 | 0.61 | 0.40 | 0.56 | 339.71 | 0.44 | 0.31 |
| Hex | 70 | 2C | 43 | 0 | 3D | 28 | 38 | 154 | 2C | 1F |
| Octal | 160 | 54 | 103 | 0 | 75 | 50 | 70 | 524 | 54 | 37 |
| Binary | 1110000 | 101100 | 1000011 | 0 | 111101 | 101000 | 111000 | 101010100 | 101100 | 11111 |
Color Harmonies of #702C43
Complementary color
Monochromatic Colors of #702C43
Black with #702C43
Text Example
Text Example
White with #702C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C43; }
p { color: rgb(112,44,67); }
H1.HeaderClassName
{
color: #702C43;
}
.AnyTagClassName
{
color: #702C43;
}
</style>
background-color css
<style>
a { background-color: #702C43; }
a { background-color: rgb(112,44,67); }
div.DivClassName
{
background-color: #702C43;
}
.BgClassName
{
background-color: #702C43;
}
</style>
border-color css
<style>
span { border-color: #702C43; }
span { border-color: rgb(112,44,67); }
td.TdClassName
{
border-color: #702C43;
}
.TagClassName
{
border-color: #702C43;
}
</style>