Shades of Siren #722E40
Tints of Siren #722E40
RGB
CMYK
RGB Variations
Color information
#722E40 (or 0x722E40) is known color: Siren. HEX triplet: 72, 2E and 40. RGB value is (114,46,64). Sum of RGB (Red+Green+Blue) = 114+46+64=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #722E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E40 is #8DD1BF. Grayscale: #444444. Windows color (decimal): -9294272 or 4206194. OLE color: 4206194.
HSL color Cylindrical-coordinate representation of color #722E40: hue angle of 344.12º 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 #722E40 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 64 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.55 |
| HSL | 344.12º | 0.43% | 0.31% | - |
| HSV(B) | 344.12º | 0.6% | 0.45% | - |
| XYZ | 8.84 | 5.9 | 5.52 | - |
| YUV | 68.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 64 | 0 | 0.60 | 0.44 | 0.55 | 344.12 | 0.43 | 0.31 |
| Hex | 72 | 2E | 40 | 0 | 3C | 2C | 37 | 158 | 2A | 1F |
| Octal | 162 | 56 | 100 | 0 | 74 | 54 | 67 | 530 | 52 | 37 |
| Binary | 1110010 | 101110 | 1000000 | 0 | 111100 | 101100 | 110111 | 101011000 | 101010 | 11111 |
Color Harmonies of #722E40
Complementary color
Monochromatic Colors of #722E40
Black with #722E40
Text Example
Text Example
White with #722E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E40; }
p { color: rgb(114,46,64); }
H1.HeaderClassName
{
color: #722E40;
}
.AnyTagClassName
{
color: #722E40;
}
</style>
background-color css
<style>
a { background-color: #722E40; }
a { background-color: rgb(114,46,64); }
div.DivClassName
{
background-color: #722E40;
}
.BgClassName
{
background-color: #722E40;
}
</style>
border-color css
<style>
span { border-color: #722E40; }
span { border-color: rgb(114,46,64); }
td.TdClassName
{
border-color: #722E40;
}
.TagClassName
{
border-color: #722E40;
}
</style>