Shades of Siren #703244
Tints of Siren #703244
RGB
CMYK
RGB Variations
Color information
#703244 (or 0x703244) is known color: Siren. HEX triplet: 70, 32 and 44. RGB value is (112,50,68). Sum of RGB (Red+Green+Blue) = 112+50+68=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703244 is #8FCDBB. Grayscale: #464646. Windows color (decimal): -9424316 or 4469360. OLE color: 4469360.
HSL color Cylindrical-coordinate representation of color #703244: hue angle of 342.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703244 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 68 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.56 |
| HSL | 342.58º | 0.38% | 0.32% | - |
| HSV(B) | 342.58º | 0.55% | 0.44% | - |
| XYZ | 8.87 | 6.14 | 6.19 | - |
| YUV | 70.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 68 | 0 | 0.55 | 0.39 | 0.56 | 342.58 | 0.38 | 0.32 |
| Hex | 70 | 32 | 44 | 0 | 37 | 27 | 38 | 157 | 26 | 20 |
| Octal | 160 | 62 | 104 | 0 | 67 | 47 | 70 | 527 | 46 | 40 |
| Binary | 1110000 | 110010 | 1000100 | 0 | 110111 | 100111 | 111000 | 101010111 | 100110 | 100000 |
Color Harmonies of #703244
Complementary color
Monochromatic Colors of #703244
Black with #703244
Text Example
Text Example
White with #703244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703244; }
p { color: rgb(112,50,68); }
H1.HeaderClassName
{
color: #703244;
}
.AnyTagClassName
{
color: #703244;
}
</style>
background-color css
<style>
a { background-color: #703244; }
a { background-color: rgb(112,50,68); }
div.DivClassName
{
background-color: #703244;
}
.BgClassName
{
background-color: #703244;
}
</style>
border-color css
<style>
span { border-color: #703244; }
span { border-color: rgb(112,50,68); }
td.TdClassName
{
border-color: #703244;
}
.TagClassName
{
border-color: #703244;
}
</style>