Shades of Siren #702E41
Tints of Siren #702E41
RGB
CMYK
RGB Variations
Color information
#702E41 (or 0x702E41) is known color: Siren. HEX triplet: 70, 2E and 41. RGB value is (112,46,65). Sum of RGB (Red+Green+Blue) = 112+46+65=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #702E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E41 is #8FD1BE. Grayscale: #434343. Windows color (decimal): -9425343 or 4271728. OLE color: 4271728.
HSL color Cylindrical-coordinate representation of color #702E41: hue angle of 342.73º 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 #702E41 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 65 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.56 |
| HSL | 342.73º | 0.42% | 0.31% | - |
| HSV(B) | 342.73º | 0.59% | 0.44% | - |
| XYZ | 8.61 | 5.78 | 5.66 | - |
| YUV | 67.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 65 | 0 | 0.59 | 0.42 | 0.56 | 342.73 | 0.42 | 0.31 |
| Hex | 70 | 2E | 41 | 0 | 3B | 2A | 38 | 157 | 2A | 1F |
| Octal | 160 | 56 | 101 | 0 | 73 | 52 | 70 | 527 | 52 | 37 |
| Binary | 1110000 | 101110 | 1000001 | 0 | 111011 | 101010 | 111000 | 101010111 | 101010 | 11111 |
Color Harmonies of #702E41
Complementary color
Monochromatic Colors of #702E41
Black with #702E41
Text Example
Text Example
White with #702E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E41; }
p { color: rgb(112,46,65); }
H1.HeaderClassName
{
color: #702E41;
}
.AnyTagClassName
{
color: #702E41;
}
</style>
background-color css
<style>
a { background-color: #702E41; }
a { background-color: rgb(112,46,65); }
div.DivClassName
{
background-color: #702E41;
}
.BgClassName
{
background-color: #702E41;
}
</style>
border-color css
<style>
span { border-color: #702E41; }
span { border-color: rgb(112,46,65); }
td.TdClassName
{
border-color: #702E41;
}
.TagClassName
{
border-color: #702E41;
}
</style>