Shades of Siren #702D3C
Tints of Siren #702D3C
RGB
CMYK
RGB Variations
Color information
#702D3C (or 0x702D3C) is known color: Siren. HEX triplet: 70, 2D and 3C. RGB value is (112,45,60). Sum of RGB (Red+Green+Blue) = 112+45+60=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D3C is #8FD2C3. Grayscale: #424242. Windows color (decimal): -9425604 or 3943792. OLE color: 3943792.
HSL color Cylindrical-coordinate representation of color #702D3C: hue angle of 346.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D3C is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 60 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.56 |
| HSL | 346.57º | 0.43% | 0.31% | - |
| HSV(B) | 346.57º | 0.6% | 0.44% | - |
| XYZ | 8.44 | 5.65 | 4.92 | - |
| YUV | 66.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 60 | 0 | 0.60 | 0.46 | 0.56 | 346.57 | 0.43 | 0.31 |
| Hex | 70 | 2D | 3C | 0 | 3C | 2E | 38 | 15B | 2B | 1F |
| Octal | 160 | 55 | 74 | 0 | 74 | 56 | 70 | 533 | 53 | 37 |
| Binary | 1110000 | 101101 | 111100 | 0 | 111100 | 101110 | 111000 | 101011011 | 101011 | 11111 |
Color Harmonies of #702D3C
Complementary color
Monochromatic Colors of #702D3C
Black with #702D3C
Text Example
Text Example
White with #702D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D3C; }
p { color: rgb(112,45,60); }
H1.HeaderClassName
{
color: #702D3C;
}
.AnyTagClassName
{
color: #702D3C;
}
</style>
background-color css
<style>
a { background-color: #702D3C; }
a { background-color: rgb(112,45,60); }
div.DivClassName
{
background-color: #702D3C;
}
.BgClassName
{
background-color: #702D3C;
}
</style>
border-color css
<style>
span { border-color: #702D3C; }
span { border-color: rgb(112,45,60); }
td.TdClassName
{
border-color: #702D3C;
}
.TagClassName
{
border-color: #702D3C;
}
</style>