Shades of Siren #722E41
Tints of Siren #722E41
RGB
CMYK
RGB Variations
Color information
#722E41 (or 0x722E41) is known color: Siren. HEX triplet: 72, 2E and 41. RGB value is (114,46,65). Sum of RGB (Red+Green+Blue) = 114+46+65=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #722E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E41 is #8DD1BE. Grayscale: #444444. Windows color (decimal): -9294271 or 4271730. OLE color: 4271730.
HSL color Cylindrical-coordinate representation of color #722E41: hue angle of 343.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E41 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 65 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.55 |
| HSL | 343.24º | 0.43% | 0.31% | - |
| HSV(B) | 343.24º | 0.6% | 0.45% | - |
| XYZ | 8.87 | 5.91 | 5.67 | - |
| YUV | 68.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 65 | 0 | 0.60 | 0.43 | 0.55 | 343.24 | 0.43 | 0.31 |
| Hex | 72 | 2E | 41 | 0 | 3C | 2B | 37 | 157 | 2A | 1F |
| Octal | 162 | 56 | 101 | 0 | 74 | 53 | 67 | 527 | 52 | 37 |
| Binary | 1110010 | 101110 | 1000001 | 0 | 111100 | 101011 | 110111 | 101010111 | 101010 | 11111 |
Color Harmonies of #722E41
Complementary color
Monochromatic Colors of #722E41
Black with #722E41
Text Example
Text Example
White with #722E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E41; }
p { color: rgb(114,46,65); }
H1.HeaderClassName
{
color: #722E41;
}
.AnyTagClassName
{
color: #722E41;
}
</style>
background-color css
<style>
a { background-color: #722E41; }
a { background-color: rgb(114,46,65); }
div.DivClassName
{
background-color: #722E41;
}
.BgClassName
{
background-color: #722E41;
}
</style>
border-color css
<style>
span { border-color: #722E41; }
span { border-color: rgb(114,46,65); }
td.TdClassName
{
border-color: #722E41;
}
.TagClassName
{
border-color: #722E41;
}
</style>