Shades of Siren #703143
Tints of Siren #703143
RGB
CMYK
RGB Variations
Color information
#703143 (or 0x703143) is known color: Siren. HEX triplet: 70, 31 and 43. RGB value is (112,49,67). Sum of RGB (Red+Green+Blue) = 112+49+67=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703143 is #8FCEBC. Grayscale: #454545. Windows color (decimal): -9424573 or 4403568. OLE color: 4403568.
HSL color Cylindrical-coordinate representation of color #703143: hue angle of 342.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703143 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 67 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.56 |
| HSL | 342.86º | 0.39% | 0.32% | - |
| HSV(B) | 342.86º | 0.56% | 0.44% | - |
| XYZ | 8.79 | 6.05 | 6.01 | - |
| YUV | 69.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 67 | 0 | 0.56 | 0.40 | 0.56 | 342.86 | 0.39 | 0.32 |
| Hex | 70 | 31 | 43 | 0 | 38 | 28 | 38 | 157 | 27 | 20 |
| Octal | 160 | 61 | 103 | 0 | 70 | 50 | 70 | 527 | 47 | 40 |
| Binary | 1110000 | 110001 | 1000011 | 0 | 111000 | 101000 | 111000 | 101010111 | 100111 | 100000 |
Color Harmonies of #703143
Complementary color
Monochromatic Colors of #703143
Black with #703143
Text Example
Text Example
White with #703143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703143; }
p { color: rgb(112,49,67); }
H1.HeaderClassName
{
color: #703143;
}
.AnyTagClassName
{
color: #703143;
}
</style>
background-color css
<style>
a { background-color: #703143; }
a { background-color: rgb(112,49,67); }
div.DivClassName
{
background-color: #703143;
}
.BgClassName
{
background-color: #703143;
}
</style>
border-color css
<style>
span { border-color: #703143; }
span { border-color: rgb(112,49,67); }
td.TdClassName
{
border-color: #703143;
}
.TagClassName
{
border-color: #703143;
}
</style>