Shades of Siren #722C42
Tints of Siren #722C42
RGB
CMYK
RGB Variations
Color information
#722C42 (or 0x722C42) is known color: Siren. HEX triplet: 72, 2C and 42. RGB value is (114,44,66). Sum of RGB (Red+Green+Blue) = 114+44+66=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #722C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C42 is #8DD3BD. Grayscale: #434343. Windows color (decimal): -9294782 or 4336754. OLE color: 4336754.
HSL color Cylindrical-coordinate representation of color #722C42: hue angle of 341.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C42 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 66 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.55 |
| HSL | 341.14º | 0.44% | 0.31% | - |
| HSV(B) | 341.14º | 0.61% | 0.45% | - |
| XYZ | 8.82 | 5.77 | 5.8 | - |
| YUV | 67.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 66 | 0 | 0.61 | 0.42 | 0.55 | 341.14 | 0.44 | 0.31 |
| Hex | 72 | 2C | 42 | 0 | 3D | 2A | 37 | 155 | 2C | 1F |
| Octal | 162 | 54 | 102 | 0 | 75 | 52 | 67 | 525 | 54 | 37 |
| Binary | 1110010 | 101100 | 1000010 | 0 | 111101 | 101010 | 110111 | 101010101 | 101100 | 11111 |
Color Harmonies of #722C42
Complementary color
Monochromatic Colors of #722C42
Black with #722C42
Text Example
Text Example
White with #722C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C42; }
p { color: rgb(114,44,66); }
H1.HeaderClassName
{
color: #722C42;
}
.AnyTagClassName
{
color: #722C42;
}
</style>
background-color css
<style>
a { background-color: #722C42; }
a { background-color: rgb(114,44,66); }
div.DivClassName
{
background-color: #722C42;
}
.BgClassName
{
background-color: #722C42;
}
</style>
border-color css
<style>
span { border-color: #722C42; }
span { border-color: rgb(114,44,66); }
td.TdClassName
{
border-color: #722C42;
}
.TagClassName
{
border-color: #722C42;
}
</style>