Shades of Siren #71293C
Tints of Siren #71293C
RGB
CMYK
RGB Variations
Color information
#71293C (or 0x71293C) is known color: Siren. HEX triplet: 71, 29 and 3C. RGB value is (113,41,60). Sum of RGB (Red+Green+Blue) = 113+41+60=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293C is #8ED6C3. Grayscale: #404040. Windows color (decimal): -9361092 or 3942769. OLE color: 3942769.
HSL color Cylindrical-coordinate representation of color #71293C: hue angle of 344.17º 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 #71293C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 60 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.56 |
| HSL | 344.17º | 0.47% | 0.3% | - |
| HSV(B) | 344.17º | 0.64% | 0.44% | - |
| XYZ | 8.42 | 5.42 | 4.88 | - |
| YUV | 64.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 60 | 0 | 0.64 | 0.47 | 0.56 | 344.17 | 0.47 | 0.3 |
| Hex | 71 | 29 | 3C | 0 | 40 | 2F | 38 | 158 | 2F | 1E |
| Octal | 161 | 51 | 74 | 0 | 100 | 57 | 70 | 530 | 57 | 36 |
| Binary | 1110001 | 101001 | 111100 | 0 | 1000000 | 101111 | 111000 | 101011000 | 101111 | 11110 |
Color Harmonies of #71293C
Complementary color
Monochromatic Colors of #71293C
Black with #71293C
Text Example
Text Example
White with #71293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71293C; }
p { color: rgb(113,41,60); }
H1.HeaderClassName
{
color: #71293C;
}
.AnyTagClassName
{
color: #71293C;
}
</style>
background-color css
<style>
a { background-color: #71293C; }
a { background-color: rgb(113,41,60); }
div.DivClassName
{
background-color: #71293C;
}
.BgClassName
{
background-color: #71293C;
}
</style>
border-color css
<style>
span { border-color: #71293C; }
span { border-color: rgb(113,41,60); }
td.TdClassName
{
border-color: #71293C;
}
.TagClassName
{
border-color: #71293C;
}
</style>