Shades of Siren #702E40
Tints of Siren #702E40
RGB
CMYK
RGB Variations
Color information
#702E40 (or 0x702E40) is known color: Siren. HEX triplet: 70, 2E and 40. RGB value is (112,46,64). Sum of RGB (Red+Green+Blue) = 112+46+64=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #702E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E40 is #8FD1BF. Grayscale: #434343. Windows color (decimal): -9425344 or 4206192. OLE color: 4206192.
HSL color Cylindrical-coordinate representation of color #702E40: hue angle of 343.64º 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 #702E40 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 64 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.56 |
| HSL | 343.64º | 0.42% | 0.31% | - |
| HSV(B) | 343.64º | 0.59% | 0.44% | - |
| XYZ | 8.58 | 5.77 | 5.51 | - |
| YUV | 67.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 64 | 0 | 0.59 | 0.43 | 0.56 | 343.64 | 0.42 | 0.31 |
| Hex | 70 | 2E | 40 | 0 | 3B | 2B | 38 | 158 | 2A | 1F |
| Octal | 160 | 56 | 100 | 0 | 73 | 53 | 70 | 530 | 52 | 37 |
| Binary | 1110000 | 101110 | 1000000 | 0 | 111011 | 101011 | 111000 | 101011000 | 101010 | 11111 |
Color Harmonies of #702E40
Complementary color
Monochromatic Colors of #702E40
Black with #702E40
Text Example
Text Example
White with #702E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E40; }
p { color: rgb(112,46,64); }
H1.HeaderClassName
{
color: #702E40;
}
.AnyTagClassName
{
color: #702E40;
}
</style>
background-color css
<style>
a { background-color: #702E40; }
a { background-color: rgb(112,46,64); }
div.DivClassName
{
background-color: #702E40;
}
.BgClassName
{
background-color: #702E40;
}
</style>
border-color css
<style>
span { border-color: #702E40; }
span { border-color: rgb(112,46,64); }
td.TdClassName
{
border-color: #702E40;
}
.TagClassName
{
border-color: #702E40;
}
</style>