Shades of Siren #73293F
Tints of Siren #73293F
RGB
CMYK
RGB Variations
Color information
#73293F (or 0x73293F) is known color: Siren. HEX triplet: 73, 29 and 3F. RGB value is (115,41,63). Sum of RGB (Red+Green+Blue) = 115+41+63=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #73293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73293F is #8CD6C0. Grayscale: #414141. Windows color (decimal): -9230017 or 4139379. OLE color: 4139379.
HSL color Cylindrical-coordinate representation of color #73293F: hue angle of 342.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73293F is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 63 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.55 |
| HSL | 342.16º | 0.47% | 0.31% | - |
| HSV(B) | 342.16º | 0.64% | 0.45% | - |
| XYZ | 8.76 | 5.59 | 5.32 | - |
| YUV | 65.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 63 | 0 | 0.64 | 0.45 | 0.55 | 342.16 | 0.47 | 0.31 |
| Hex | 73 | 29 | 3F | 0 | 40 | 2D | 37 | 156 | 2F | 1F |
| Octal | 163 | 51 | 77 | 0 | 100 | 55 | 67 | 526 | 57 | 37 |
| Binary | 1110011 | 101001 | 111111 | 0 | 1000000 | 101101 | 110111 | 101010110 | 101111 | 11111 |
Color Harmonies of #73293F
Complementary color
Monochromatic Colors of #73293F
Black with #73293F
Text Example
Text Example
White with #73293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73293F; }
p { color: rgb(115,41,63); }
H1.HeaderClassName
{
color: #73293F;
}
.AnyTagClassName
{
color: #73293F;
}
</style>
background-color css
<style>
a { background-color: #73293F; }
a { background-color: rgb(115,41,63); }
div.DivClassName
{
background-color: #73293F;
}
.BgClassName
{
background-color: #73293F;
}
</style>
border-color css
<style>
span { border-color: #73293F; }
span { border-color: rgb(115,41,63); }
td.TdClassName
{
border-color: #73293F;
}
.TagClassName
{
border-color: #73293F;
}
</style>