Shades of Siren #702E44
Tints of Siren #702E44
RGB
CMYK
RGB Variations
Color information
#702E44 (or 0x702E44) is known color: Siren. HEX triplet: 70, 2E and 44. RGB value is (112,46,68). Sum of RGB (Red+Green+Blue) = 112+46+68=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E44 is #8FD1BB. Grayscale: #444444. Windows color (decimal): -9425340 or 4468336. OLE color: 4468336.
HSL color Cylindrical-coordinate representation of color #702E44: hue angle of 340º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E44 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 68 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.56 |
| HSL | 340º | 0.42% | 0.31% | - |
| HSV(B) | 340º | 0.59% | 0.44% | - |
| XYZ | 8.7 | 5.82 | 6.13 | - |
| YUV | 68.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 68 | 0 | 0.59 | 0.39 | 0.56 | 340 | 0.42 | 0.31 |
| Hex | 70 | 2E | 44 | 0 | 3B | 27 | 38 | 154 | 2A | 1F |
| Octal | 160 | 56 | 104 | 0 | 73 | 47 | 70 | 524 | 52 | 37 |
| Binary | 1110000 | 101110 | 1000100 | 0 | 111011 | 100111 | 111000 | 101010100 | 101010 | 11111 |
Color Harmonies of #702E44
Complementary color
Monochromatic Colors of #702E44
Black with #702E44
Text Example
Text Example
White with #702E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E44; }
p { color: rgb(112,46,68); }
H1.HeaderClassName
{
color: #702E44;
}
.AnyTagClassName
{
color: #702E44;
}
</style>
background-color css
<style>
a { background-color: #702E44; }
a { background-color: rgb(112,46,68); }
div.DivClassName
{
background-color: #702E44;
}
.BgClassName
{
background-color: #702E44;
}
</style>
border-color css
<style>
span { border-color: #702E44; }
span { border-color: rgb(112,46,68); }
td.TdClassName
{
border-color: #702E44;
}
.TagClassName
{
border-color: #702E44;
}
</style>