Shades of Siren #702E3D
Tints of Siren #702E3D
RGB
CMYK
RGB Variations
Color information
#702E3D (or 0x702E3D) is known color: Siren. HEX triplet: 70, 2E and 3D. RGB value is (112,46,61). Sum of RGB (Red+Green+Blue) = 112+46+61=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E3D is #8FD1C2. Grayscale: #434343. Windows color (decimal): -9425347 or 4009584. OLE color: 4009584.
HSL color Cylindrical-coordinate representation of color #702E3D: hue angle of 346.36º 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 #702E3D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 61 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.56 |
| HSL | 346.36º | 0.42% | 0.31% | - |
| HSV(B) | 346.36º | 0.59% | 0.44% | - |
| XYZ | 8.5 | 5.74 | 5.07 | - |
| YUV | 67.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 61 | 0 | 0.59 | 0.46 | 0.56 | 346.36 | 0.42 | 0.31 |
| Hex | 70 | 2E | 3D | 0 | 3B | 2E | 38 | 15A | 2A | 1F |
| Octal | 160 | 56 | 75 | 0 | 73 | 56 | 70 | 532 | 52 | 37 |
| Binary | 1110000 | 101110 | 111101 | 0 | 111011 | 101110 | 111000 | 101011010 | 101010 | 11111 |
Color Harmonies of #702E3D
Complementary color
Monochromatic Colors of #702E3D
Black with #702E3D
Text Example
Text Example
White with #702E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E3D; }
p { color: rgb(112,46,61); }
H1.HeaderClassName
{
color: #702E3D;
}
.AnyTagClassName
{
color: #702E3D;
}
</style>
background-color css
<style>
a { background-color: #702E3D; }
a { background-color: rgb(112,46,61); }
div.DivClassName
{
background-color: #702E3D;
}
.BgClassName
{
background-color: #702E3D;
}
</style>
border-color css
<style>
span { border-color: #702E3D; }
span { border-color: rgb(112,46,61); }
td.TdClassName
{
border-color: #702E3D;
}
.TagClassName
{
border-color: #702E3D;
}
</style>