Shades of Siren #702D40
Tints of Siren #702D40
RGB
CMYK
RGB Variations
Color information
#702D40 (or 0x702D40) is known color: Siren. HEX triplet: 70, 2D and 40. RGB value is (112,45,64). Sum of RGB (Red+Green+Blue) = 112+45+64=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D40 is #8FD2BF. Grayscale: #434343. Windows color (decimal): -9425600 or 4205936. OLE color: 4205936.
HSL color Cylindrical-coordinate representation of color #702D40: hue angle of 342.99º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D40 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 64 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.56 |
| HSL | 342.99º | 0.43% | 0.31% | - |
| HSV(B) | 342.99º | 0.6% | 0.44% | - |
| XYZ | 8.55 | 5.69 | 5.5 | - |
| YUV | 67.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 64 | 0 | 0.60 | 0.43 | 0.56 | 342.99 | 0.43 | 0.31 |
| Hex | 70 | 2D | 40 | 0 | 3C | 2B | 38 | 157 | 2B | 1F |
| Octal | 160 | 55 | 100 | 0 | 74 | 53 | 70 | 527 | 53 | 37 |
| Binary | 1110000 | 101101 | 1000000 | 0 | 111100 | 101011 | 111000 | 101010111 | 101011 | 11111 |
Color Harmonies of #702D40
Complementary color
Monochromatic Colors of #702D40
Black with #702D40
Text Example
Text Example
White with #702D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D40; }
p { color: rgb(112,45,64); }
H1.HeaderClassName
{
color: #702D40;
}
.AnyTagClassName
{
color: #702D40;
}
</style>
background-color css
<style>
a { background-color: #702D40; }
a { background-color: rgb(112,45,64); }
div.DivClassName
{
background-color: #702D40;
}
.BgClassName
{
background-color: #702D40;
}
</style>
border-color css
<style>
span { border-color: #702D40; }
span { border-color: rgb(112,45,64); }
td.TdClassName
{
border-color: #702D40;
}
.TagClassName
{
border-color: #702D40;
}
</style>