Shades of Siren #712E3E
Tints of Siren #712E3E
RGB
CMYK
RGB Variations
Color information
#712E3E (or 0x712E3E) is known color: Siren. HEX triplet: 71, 2E and 3E. RGB value is (113,46,62). Sum of RGB (Red+Green+Blue) = 113+46+62=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E3E is #8ED1C1. Grayscale: #434343. Windows color (decimal): -9359810 or 4075121. OLE color: 4075121.
HSL color Cylindrical-coordinate representation of color #712E3E: hue angle of 345.67º 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 #712E3E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 62 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.56 |
| HSL | 345.67º | 0.42% | 0.31% | - |
| HSV(B) | 345.67º | 0.59% | 0.44% | - |
| XYZ | 8.66 | 5.81 | 5.22 | - |
| YUV | 67.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 62 | 0 | 0.59 | 0.45 | 0.56 | 345.67 | 0.42 | 0.31 |
| Hex | 71 | 2E | 3E | 0 | 3B | 2D | 38 | 15A | 2A | 1F |
| Octal | 161 | 56 | 76 | 0 | 73 | 55 | 70 | 532 | 52 | 37 |
| Binary | 1110001 | 101110 | 111110 | 0 | 111011 | 101101 | 111000 | 101011010 | 101010 | 11111 |
Color Harmonies of #712E3E
Complementary color
Monochromatic Colors of #712E3E
Black with #712E3E
Text Example
Text Example
White with #712E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E3E; }
p { color: rgb(113,46,62); }
H1.HeaderClassName
{
color: #712E3E;
}
.AnyTagClassName
{
color: #712E3E;
}
</style>
background-color css
<style>
a { background-color: #712E3E; }
a { background-color: rgb(113,46,62); }
div.DivClassName
{
background-color: #712E3E;
}
.BgClassName
{
background-color: #712E3E;
}
</style>
border-color css
<style>
span { border-color: #712E3E; }
span { border-color: rgb(113,46,62); }
td.TdClassName
{
border-color: #712E3E;
}
.TagClassName
{
border-color: #712E3E;
}
</style>