Shades of Siren #712E3C
Tints of Siren #712E3C
RGB
CMYK
RGB Variations
Color information
#712E3C (or 0x712E3C) is known color: Siren. HEX triplet: 71, 2E and 3C. RGB value is (113,46,60). Sum of RGB (Red+Green+Blue) = 113+46+60=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #712E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E3C is #8ED1C3. Grayscale: #434343. Windows color (decimal): -9359812 or 3944049. OLE color: 3944049.
HSL color Cylindrical-coordinate representation of color #712E3C: hue angle of 347.46º 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 #712E3C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 60 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.56 |
| HSL | 347.46º | 0.42% | 0.31% | - |
| HSV(B) | 347.46º | 0.59% | 0.44% | - |
| XYZ | 8.6 | 5.79 | 4.94 | - |
| YUV | 67.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 60 | 0 | 0.59 | 0.47 | 0.56 | 347.46 | 0.42 | 0.31 |
| Hex | 71 | 2E | 3C | 0 | 3B | 2F | 38 | 15B | 2A | 1F |
| Octal | 161 | 56 | 74 | 0 | 73 | 57 | 70 | 533 | 52 | 37 |
| Binary | 1110001 | 101110 | 111100 | 0 | 111011 | 101111 | 111000 | 101011011 | 101010 | 11111 |
Color Harmonies of #712E3C
Complementary color
Monochromatic Colors of #712E3C
Black with #712E3C
Text Example
Text Example
White with #712E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E3C; }
p { color: rgb(113,46,60); }
H1.HeaderClassName
{
color: #712E3C;
}
.AnyTagClassName
{
color: #712E3C;
}
</style>
background-color css
<style>
a { background-color: #712E3C; }
a { background-color: rgb(113,46,60); }
div.DivClassName
{
background-color: #712E3C;
}
.BgClassName
{
background-color: #712E3C;
}
</style>
border-color css
<style>
span { border-color: #712E3C; }
span { border-color: rgb(113,46,60); }
td.TdClassName
{
border-color: #712E3C;
}
.TagClassName
{
border-color: #712E3C;
}
</style>