Shades of Siren #702843
Tints of Siren #702843
RGB
CMYK
RGB Variations
Color information
#702843 (or 0x702843) is known color: Siren. HEX triplet: 70, 28 and 43. RGB value is (112,40,67). Sum of RGB (Red+Green+Blue) = 112+40+67=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702843 is #8FD7BC. Grayscale: #404040. Windows color (decimal): -9426877 or 4401264. OLE color: 4401264.
HSL color Cylindrical-coordinate representation of color #702843: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702843 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 67 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.56 |
| HSL | 337.5º | 0.47% | 0.3% | - |
| HSV(B) | 337.5º | 0.64% | 0.44% | - |
| XYZ | 8.45 | 5.37 | 5.9 | - |
| YUV | 64.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 67 | 0 | 0.64 | 0.40 | 0.56 | 337.5 | 0.47 | 0.3 |
| Hex | 70 | 28 | 43 | 0 | 40 | 28 | 38 | 152 | 2F | 1E |
| Octal | 160 | 50 | 103 | 0 | 100 | 50 | 70 | 522 | 57 | 36 |
| Binary | 1110000 | 101000 | 1000011 | 0 | 1000000 | 101000 | 111000 | 101010010 | 101111 | 11110 |
Color Harmonies of #702843
Complementary color
Monochromatic Colors of #702843
Black with #702843
Text Example
Text Example
White with #702843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702843; }
p { color: rgb(112,40,67); }
H1.HeaderClassName
{
color: #702843;
}
.AnyTagClassName
{
color: #702843;
}
</style>
background-color css
<style>
a { background-color: #702843; }
a { background-color: rgb(112,40,67); }
div.DivClassName
{
background-color: #702843;
}
.BgClassName
{
background-color: #702843;
}
</style>
border-color css
<style>
span { border-color: #702843; }
span { border-color: rgb(112,40,67); }
td.TdClassName
{
border-color: #702843;
}
.TagClassName
{
border-color: #702843;
}
</style>