Shades of Siren #712841
Tints of Siren #712841
RGB
CMYK
RGB Variations
Color information
#712841 (or 0x712841) is known color: Siren. HEX triplet: 71, 28 and 41. RGB value is (113,40,65). Sum of RGB (Red+Green+Blue) = 113+40+65=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712841 is #8ED7BE. Grayscale: #404040. Windows color (decimal): -9361343 or 4270193. OLE color: 4270193.
HSL color Cylindrical-coordinate representation of color #712841: hue angle of 339.45º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712841 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 65 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.56 |
| HSL | 339.45º | 0.48% | 0.3% | - |
| HSV(B) | 339.45º | 0.65% | 0.44% | - |
| XYZ | 8.52 | 5.41 | 5.6 | - |
| YUV | 64.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 65 | 0 | 0.65 | 0.42 | 0.56 | 339.45 | 0.48 | 0.3 |
| Hex | 71 | 28 | 41 | 0 | 41 | 2A | 38 | 153 | 30 | 1E |
| Octal | 161 | 50 | 101 | 0 | 101 | 52 | 70 | 523 | 60 | 36 |
| Binary | 1110001 | 101000 | 1000001 | 0 | 1000001 | 101010 | 111000 | 101010011 | 110000 | 11110 |
Color Harmonies of #712841
Complementary color
Monochromatic Colors of #712841
Black with #712841
Text Example
Text Example
White with #712841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712841; }
p { color: rgb(113,40,65); }
H1.HeaderClassName
{
color: #712841;
}
.AnyTagClassName
{
color: #712841;
}
</style>
background-color css
<style>
a { background-color: #712841; }
a { background-color: rgb(113,40,65); }
div.DivClassName
{
background-color: #712841;
}
.BgClassName
{
background-color: #712841;
}
</style>
border-color css
<style>
span { border-color: #712841; }
span { border-color: rgb(113,40,65); }
td.TdClassName
{
border-color: #712841;
}
.TagClassName
{
border-color: #712841;
}
</style>