Shades of Siren #702F41
Tints of Siren #702F41
RGB
CMYK
RGB Variations
Color information
#702F41 (or 0x702F41) is known color: Siren. HEX triplet: 70, 2F and 41. RGB value is (112,47,65). Sum of RGB (Red+Green+Blue) = 112+47+65=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #702F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F41 is #8FD0BE. Grayscale: #444444. Windows color (decimal): -9425087 or 4271984. OLE color: 4271984.
HSL color Cylindrical-coordinate representation of color #702F41: hue angle of 343.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F41 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 65 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.56 |
| HSL | 343.38º | 0.41% | 0.31% | - |
| HSV(B) | 343.38º | 0.58% | 0.44% | - |
| XYZ | 8.65 | 5.86 | 5.68 | - |
| YUV | 68.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 65 | 0 | 0.58 | 0.42 | 0.56 | 343.38 | 0.41 | 0.31 |
| Hex | 70 | 2F | 41 | 0 | 3A | 2A | 38 | 157 | 29 | 1F |
| Octal | 160 | 57 | 101 | 0 | 72 | 52 | 70 | 527 | 51 | 37 |
| Binary | 1110000 | 101111 | 1000001 | 0 | 111010 | 101010 | 111000 | 101010111 | 101001 | 11111 |
Color Harmonies of #702F41
Complementary color
Monochromatic Colors of #702F41
Black with #702F41
Text Example
Text Example
White with #702F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F41; }
p { color: rgb(112,47,65); }
H1.HeaderClassName
{
color: #702F41;
}
.AnyTagClassName
{
color: #702F41;
}
</style>
background-color css
<style>
a { background-color: #702F41; }
a { background-color: rgb(112,47,65); }
div.DivClassName
{
background-color: #702F41;
}
.BgClassName
{
background-color: #702F41;
}
</style>
border-color css
<style>
span { border-color: #702F41; }
span { border-color: rgb(112,47,65); }
td.TdClassName
{
border-color: #702F41;
}
.TagClassName
{
border-color: #702F41;
}
</style>