Shades of Siren #712C41
Tints of Siren #712C41
RGB
CMYK
RGB Variations
Color information
#712C41 (or 0x712C41) is known color: Siren. HEX triplet: 71, 2C and 41. RGB value is (113,44,65). Sum of RGB (Red+Green+Blue) = 113+44+65=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C41 is #8ED3BE. Grayscale: #434343. Windows color (decimal): -9360319 or 4271217. OLE color: 4271217.
HSL color Cylindrical-coordinate representation of color #712C41: hue angle of 341.74º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C41 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 65 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.56 |
| HSL | 341.74º | 0.44% | 0.31% | - |
| HSV(B) | 341.74º | 0.61% | 0.44% | - |
| XYZ | 8.66 | 5.69 | 5.64 | - |
| YUV | 67.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 65 | 0 | 0.61 | 0.42 | 0.56 | 341.74 | 0.44 | 0.31 |
| Hex | 71 | 2C | 41 | 0 | 3D | 2A | 38 | 156 | 2C | 1F |
| Octal | 161 | 54 | 101 | 0 | 75 | 52 | 70 | 526 | 54 | 37 |
| Binary | 1110001 | 101100 | 1000001 | 0 | 111101 | 101010 | 111000 | 101010110 | 101100 | 11111 |
Color Harmonies of #712C41
Complementary color
Monochromatic Colors of #712C41
Black with #712C41
Text Example
Text Example
White with #712C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C41; }
p { color: rgb(113,44,65); }
H1.HeaderClassName
{
color: #712C41;
}
.AnyTagClassName
{
color: #712C41;
}
</style>
background-color css
<style>
a { background-color: #712C41; }
a { background-color: rgb(113,44,65); }
div.DivClassName
{
background-color: #712C41;
}
.BgClassName
{
background-color: #712C41;
}
</style>
border-color css
<style>
span { border-color: #712C41; }
span { border-color: rgb(113,44,65); }
td.TdClassName
{
border-color: #712C41;
}
.TagClassName
{
border-color: #712C41;
}
</style>