Shades of Siren #702640
Tints of Siren #702640
RGB
CMYK
RGB Variations
Color information
#702640 (or 0x702640) is known color: Siren. HEX triplet: 70, 26 and 40. RGB value is (112,38,64). Sum of RGB (Red+Green+Blue) = 112+38+64=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702640 is #8FD9BF. Grayscale: #3F3F3F. Windows color (decimal): -9427392 or 4204144. OLE color: 4204144.
HSL color Cylindrical-coordinate representation of color #702640: hue angle of 338.92º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702640 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 64 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.56 |
| HSL | 338.92º | 0.49% | 0.29% | - |
| HSV(B) | 338.92º | 0.66% | 0.44% | - |
| XYZ | 8.3 | 5.2 | 5.42 | - |
| YUV | 63.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 64 | 0 | 0.66 | 0.43 | 0.56 | 338.92 | 0.49 | 0.29 |
| Hex | 70 | 26 | 40 | 0 | 42 | 2B | 38 | 153 | 31 | 1D |
| Octal | 160 | 46 | 100 | 0 | 102 | 53 | 70 | 523 | 61 | 35 |
| Binary | 1110000 | 100110 | 1000000 | 0 | 1000010 | 101011 | 111000 | 101010011 | 110001 | 11101 |
Color Harmonies of #702640
Complementary color
Monochromatic Colors of #702640
Black with #702640
Text Example
Text Example
White with #702640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702640; }
p { color: rgb(112,38,64); }
H1.HeaderClassName
{
color: #702640;
}
.AnyTagClassName
{
color: #702640;
}
</style>
background-color css
<style>
a { background-color: #702640; }
a { background-color: rgb(112,38,64); }
div.DivClassName
{
background-color: #702640;
}
.BgClassName
{
background-color: #702640;
}
</style>
border-color css
<style>
span { border-color: #702640; }
span { border-color: rgb(112,38,64); }
td.TdClassName
{
border-color: #702640;
}
.TagClassName
{
border-color: #702640;
}
</style>