Shades of Siren #71223F
Tints of Siren #71223F
RGB
CMYK
RGB Variations
Color information
#71223F (or 0x71223F) is known color: Siren. HEX triplet: 71, 22 and 3F. RGB value is (113,34,63). Sum of RGB (Red+Green+Blue) = 113+34+63=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223F is #8EDDC0. Grayscale: #3C3C3C. Windows color (decimal): -9362881 or 4137585. OLE color: 4137585.
HSL color Cylindrical-coordinate representation of color #71223F: hue angle of 337.97º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71223F is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 63 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.56 |
| HSL | 337.97º | 0.54% | 0.29% | - |
| HSV(B) | 337.97º | 0.7% | 0.44% | - |
| XYZ | 8.28 | 5.01 | 5.23 | - |
| YUV | 60.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 63 | 0 | 0.70 | 0.44 | 0.56 | 337.97 | 0.54 | 0.29 |
| Hex | 71 | 22 | 3F | 0 | 46 | 2C | 38 | 152 | 36 | 1D |
| Octal | 161 | 42 | 77 | 0 | 106 | 54 | 70 | 522 | 66 | 35 |
| Binary | 1110001 | 100010 | 111111 | 0 | 1000110 | 101100 | 111000 | 101010010 | 110110 | 11101 |
Color Harmonies of #71223F
Complementary color
Monochromatic Colors of #71223F
Black with #71223F
Text Example
Text Example
White with #71223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71223F; }
p { color: rgb(113,34,63); }
H1.HeaderClassName
{
color: #71223F;
}
.AnyTagClassName
{
color: #71223F;
}
</style>
background-color css
<style>
a { background-color: #71223F; }
a { background-color: rgb(113,34,63); }
div.DivClassName
{
background-color: #71223F;
}
.BgClassName
{
background-color: #71223F;
}
</style>
border-color css
<style>
span { border-color: #71223F; }
span { border-color: rgb(113,34,63); }
td.TdClassName
{
border-color: #71223F;
}
.TagClassName
{
border-color: #71223F;
}
</style>