Shades of Siren #71223E
Tints of Siren #71223E
RGB
CMYK
RGB Variations
Color information
#71223E (or 0x71223E) is known color: Siren. HEX triplet: 71, 22 and 3E. RGB value is (113,34,62). Sum of RGB (Red+Green+Blue) = 113+34+62=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223E is #8EDDC1. Grayscale: #3C3C3C. Windows color (decimal): -9362882 or 4072049. OLE color: 4072049.
HSL color Cylindrical-coordinate representation of color #71223E: hue angle of 338.73º 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 #71223E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 62 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.56 |
| HSL | 338.73º | 0.54% | 0.29% | - |
| HSV(B) | 338.73º | 0.7% | 0.44% | - |
| XYZ | 8.25 | 5 | 5.09 | - |
| YUV | 60.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 62 | 0 | 0.70 | 0.45 | 0.56 | 338.73 | 0.54 | 0.29 |
| Hex | 71 | 22 | 3E | 0 | 46 | 2D | 38 | 153 | 36 | 1D |
| Octal | 161 | 42 | 76 | 0 | 106 | 55 | 70 | 523 | 66 | 35 |
| Binary | 1110001 | 100010 | 111110 | 0 | 1000110 | 101101 | 111000 | 101010011 | 110110 | 11101 |
Color Harmonies of #71223E
Complementary color
Monochromatic Colors of #71223E
Black with #71223E
Text Example
Text Example
White with #71223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71223E; }
p { color: rgb(113,34,62); }
H1.HeaderClassName
{
color: #71223E;
}
.AnyTagClassName
{
color: #71223E;
}
</style>
background-color css
<style>
a { background-color: #71223E; }
a { background-color: rgb(113,34,62); }
div.DivClassName
{
background-color: #71223E;
}
.BgClassName
{
background-color: #71223E;
}
</style>
border-color css
<style>
span { border-color: #71223E; }
span { border-color: rgb(113,34,62); }
td.TdClassName
{
border-color: #71223E;
}
.TagClassName
{
border-color: #71223E;
}
</style>