Shades of Siren #722A3B
Tints of Siren #722A3B
RGB
CMYK
RGB Variations
Color information
#722A3B (or 0x722A3B) is known color: Siren. HEX triplet: 72, 2A and 3B. RGB value is (114,42,59). Sum of RGB (Red+Green+Blue) = 114+42+59=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A3B is #8DD5C4. Grayscale: #414141. Windows color (decimal): -9295301 or 3877490. OLE color: 3877490.
HSL color Cylindrical-coordinate representation of color #722A3B: hue angle of 345.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A3B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 59 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.55 |
| HSL | 345.83º | 0.46% | 0.31% | - |
| HSV(B) | 345.83º | 0.63% | 0.45% | - |
| XYZ | 8.56 | 5.55 | 4.76 | - |
| YUV | 65.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 59 | 0 | 0.63 | 0.48 | 0.55 | 345.83 | 0.46 | 0.31 |
| Hex | 72 | 2A | 3B | 0 | 3F | 30 | 37 | 15A | 2E | 1F |
| Octal | 162 | 52 | 73 | 0 | 77 | 60 | 67 | 532 | 56 | 37 |
| Binary | 1110010 | 101010 | 111011 | 0 | 111111 | 110000 | 110111 | 101011010 | 101110 | 11111 |
Color Harmonies of #722A3B
Complementary color
Monochromatic Colors of #722A3B
Black with #722A3B
Text Example
Text Example
White with #722A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A3B; }
p { color: rgb(114,42,59); }
H1.HeaderClassName
{
color: #722A3B;
}
.AnyTagClassName
{
color: #722A3B;
}
</style>
background-color css
<style>
a { background-color: #722A3B; }
a { background-color: rgb(114,42,59); }
div.DivClassName
{
background-color: #722A3B;
}
.BgClassName
{
background-color: #722A3B;
}
</style>
border-color css
<style>
span { border-color: #722A3B; }
span { border-color: rgb(114,42,59); }
td.TdClassName
{
border-color: #722A3B;
}
.TagClassName
{
border-color: #722A3B;
}
</style>