Shades of Siren #722E3F
Tints of Siren #722E3F
RGB
CMYK
RGB Variations
Color information
#722E3F (or 0x722E3F) is known color: Siren. HEX triplet: 72, 2E and 3F. RGB value is (114,46,63). Sum of RGB (Red+Green+Blue) = 114+46+63=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #722E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E3F is #8DD1C0. Grayscale: #444444. Windows color (decimal): -9294273 or 4140658. OLE color: 4140658.
HSL color Cylindrical-coordinate representation of color #722E3F: hue angle of 345º 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 #722E3F is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 63 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.55 |
| HSL | 345º | 0.43% | 0.31% | - |
| HSV(B) | 345º | 0.6% | 0.45% | - |
| XYZ | 8.81 | 5.89 | 5.38 | - |
| YUV | 68.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 63 | 0 | 0.60 | 0.45 | 0.55 | 345 | 0.43 | 0.31 |
| Hex | 72 | 2E | 3F | 0 | 3C | 2D | 37 | 159 | 2A | 1F |
| Octal | 162 | 56 | 77 | 0 | 74 | 55 | 67 | 531 | 52 | 37 |
| Binary | 1110010 | 101110 | 111111 | 0 | 111100 | 101101 | 110111 | 101011001 | 101010 | 11111 |
Color Harmonies of #722E3F
Complementary color
Monochromatic Colors of #722E3F
Black with #722E3F
Text Example
Text Example
White with #722E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E3F; }
p { color: rgb(114,46,63); }
H1.HeaderClassName
{
color: #722E3F;
}
.AnyTagClassName
{
color: #722E3F;
}
</style>
background-color css
<style>
a { background-color: #722E3F; }
a { background-color: rgb(114,46,63); }
div.DivClassName
{
background-color: #722E3F;
}
.BgClassName
{
background-color: #722E3F;
}
</style>
border-color css
<style>
span { border-color: #722E3F; }
span { border-color: rgb(114,46,63); }
td.TdClassName
{
border-color: #722E3F;
}
.TagClassName
{
border-color: #722E3F;
}
</style>