Shades of Siren #702E3E
Tints of Siren #702E3E
RGB
CMYK
RGB Variations
Color information
#702E3E (or 0x702E3E) is known color: Siren. HEX triplet: 70, 2E and 3E. RGB value is (112,46,62). Sum of RGB (Red+Green+Blue) = 112+46+62=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E3E is #8FD1C1. Grayscale: #434343. Windows color (decimal): -9425346 or 4075120. OLE color: 4075120.
HSL color Cylindrical-coordinate representation of color #702E3E: hue angle of 345.45º 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 #702E3E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 62 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.56 |
| HSL | 345.45º | 0.42% | 0.31% | - |
| HSV(B) | 345.45º | 0.59% | 0.44% | - |
| XYZ | 8.53 | 5.75 | 5.22 | - |
| YUV | 67.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 62 | 0 | 0.59 | 0.45 | 0.56 | 345.45 | 0.42 | 0.31 |
| Hex | 70 | 2E | 3E | 0 | 3B | 2D | 38 | 159 | 2A | 1F |
| Octal | 160 | 56 | 76 | 0 | 73 | 55 | 70 | 531 | 52 | 37 |
| Binary | 1110000 | 101110 | 111110 | 0 | 111011 | 101101 | 111000 | 101011001 | 101010 | 11111 |
Color Harmonies of #702E3E
Complementary color
Monochromatic Colors of #702E3E
Black with #702E3E
Text Example
Text Example
White with #702E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E3E; }
p { color: rgb(112,46,62); }
H1.HeaderClassName
{
color: #702E3E;
}
.AnyTagClassName
{
color: #702E3E;
}
</style>
background-color css
<style>
a { background-color: #702E3E; }
a { background-color: rgb(112,46,62); }
div.DivClassName
{
background-color: #702E3E;
}
.BgClassName
{
background-color: #702E3E;
}
</style>
border-color css
<style>
span { border-color: #702E3E; }
span { border-color: rgb(112,46,62); }
td.TdClassName
{
border-color: #702E3E;
}
.TagClassName
{
border-color: #702E3E;
}
</style>