Shades of Siren #71293E
Tints of Siren #71293E
RGB
CMYK
RGB Variations
Color information
#71293E (or 0x71293E) is known color: Siren. HEX triplet: 71, 29 and 3E. RGB value is (113,41,62). Sum of RGB (Red+Green+Blue) = 113+41+62=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #71293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293E is #8ED6C1. Grayscale: #404040. Windows color (decimal): -9361090 or 4073841. OLE color: 4073841.
HSL color Cylindrical-coordinate representation of color #71293E: hue angle of 342.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71293E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 62 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.56 |
| HSL | 342.5º | 0.47% | 0.3% | - |
| HSV(B) | 342.5º | 0.64% | 0.44% | - |
| XYZ | 8.47 | 5.44 | 5.16 | - |
| YUV | 64.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 62 | 0 | 0.64 | 0.45 | 0.56 | 342.5 | 0.47 | 0.3 |
| Hex | 71 | 29 | 3E | 0 | 40 | 2D | 38 | 156 | 2F | 1E |
| Octal | 161 | 51 | 76 | 0 | 100 | 55 | 70 | 526 | 57 | 36 |
| Binary | 1110001 | 101001 | 111110 | 0 | 1000000 | 101101 | 111000 | 101010110 | 101111 | 11110 |
Color Harmonies of #71293E
Complementary color
Monochromatic Colors of #71293E
Black with #71293E
Text Example
Text Example
White with #71293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71293E; }
p { color: rgb(113,41,62); }
H1.HeaderClassName
{
color: #71293E;
}
.AnyTagClassName
{
color: #71293E;
}
</style>
background-color css
<style>
a { background-color: #71293E; }
a { background-color: rgb(113,41,62); }
div.DivClassName
{
background-color: #71293E;
}
.BgClassName
{
background-color: #71293E;
}
</style>
border-color css
<style>
span { border-color: #71293E; }
span { border-color: rgb(113,41,62); }
td.TdClassName
{
border-color: #71293E;
}
.TagClassName
{
border-color: #71293E;
}
</style>