Shades of Siren #71223B
Tints of Siren #71223B
RGB
CMYK
RGB Variations
Color information
#71223B (or 0x71223B) is known color: Siren. HEX triplet: 71, 22 and 3B. RGB value is (113,34,59). Sum of RGB (Red+Green+Blue) = 113+34+59=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223B is #8EDDC4. Grayscale: #3C3C3C. Windows color (decimal): -9362885 or 3875441. OLE color: 3875441.
HSL color Cylindrical-coordinate representation of color #71223B: hue angle of 341.01º 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 #71223B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 59 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.56 |
| HSL | 341.01º | 0.54% | 0.29% | - |
| HSV(B) | 341.01º | 0.7% | 0.44% | - |
| XYZ | 8.17 | 4.97 | 4.67 | - |
| YUV | 60.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 59 | 0 | 0.70 | 0.48 | 0.56 | 341.01 | 0.54 | 0.29 |
| Hex | 71 | 22 | 3B | 0 | 46 | 30 | 38 | 155 | 36 | 1D |
| Octal | 161 | 42 | 73 | 0 | 106 | 60 | 70 | 525 | 66 | 35 |
| Binary | 1110001 | 100010 | 111011 | 0 | 1000110 | 110000 | 111000 | 101010101 | 110110 | 11101 |
Color Harmonies of #71223B
Complementary color
Monochromatic Colors of #71223B
Black with #71223B
Text Example
Text Example
White with #71223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71223B; }
p { color: rgb(113,34,59); }
H1.HeaderClassName
{
color: #71223B;
}
.AnyTagClassName
{
color: #71223B;
}
</style>
background-color css
<style>
a { background-color: #71223B; }
a { background-color: rgb(113,34,59); }
div.DivClassName
{
background-color: #71223B;
}
.BgClassName
{
background-color: #71223B;
}
</style>
border-color css
<style>
span { border-color: #71223B; }
span { border-color: rgb(113,34,59); }
td.TdClassName
{
border-color: #71223B;
}
.TagClassName
{
border-color: #71223B;
}
</style>