Shades of Siren #722C3F
Tints of Siren #722C3F
RGB
CMYK
RGB Variations
Color information
#722C3F (or 0x722C3F) is known color: Siren. HEX triplet: 72, 2C and 3F. RGB value is (114,44,63). Sum of RGB (Red+Green+Blue) = 114+44+63=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #722C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C3F is #8DD3C0. Grayscale: #434343. Windows color (decimal): -9294785 or 4140146. OLE color: 4140146.
HSL color Cylindrical-coordinate representation of color #722C3F: hue angle of 343.71º 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 #722C3F is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 63 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.55 |
| HSL | 343.71º | 0.44% | 0.31% | - |
| HSV(B) | 343.71º | 0.61% | 0.45% | - |
| XYZ | 8.74 | 5.74 | 5.35 | - |
| YUV | 67.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 63 | 0 | 0.61 | 0.45 | 0.55 | 343.71 | 0.44 | 0.31 |
| Hex | 72 | 2C | 3F | 0 | 3D | 2D | 37 | 158 | 2C | 1F |
| Octal | 162 | 54 | 77 | 0 | 75 | 55 | 67 | 530 | 54 | 37 |
| Binary | 1110010 | 101100 | 111111 | 0 | 111101 | 101101 | 110111 | 101011000 | 101100 | 11111 |
Color Harmonies of #722C3F
Complementary color
Monochromatic Colors of #722C3F
Black with #722C3F
Text Example
Text Example
White with #722C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C3F; }
p { color: rgb(114,44,63); }
H1.HeaderClassName
{
color: #722C3F;
}
.AnyTagClassName
{
color: #722C3F;
}
</style>
background-color css
<style>
a { background-color: #722C3F; }
a { background-color: rgb(114,44,63); }
div.DivClassName
{
background-color: #722C3F;
}
.BgClassName
{
background-color: #722C3F;
}
</style>
border-color css
<style>
span { border-color: #722C3F; }
span { border-color: rgb(114,44,63); }
td.TdClassName
{
border-color: #722C3F;
}
.TagClassName
{
border-color: #722C3F;
}
</style>