Shades of Siren #73293A
Tints of Siren #73293A
RGB
CMYK
RGB Variations
Color information
#73293A (or 0x73293A) is known color: Siren. HEX triplet: 73, 29 and 3A. RGB value is (115,41,58). Sum of RGB (Red+Green+Blue) = 115+41+58=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73293A is #8CD6C5. Grayscale: #414141. Windows color (decimal): -9230022 or 3811699. OLE color: 3811699.
HSL color Cylindrical-coordinate representation of color #73293A: hue angle of 346.22º 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 #73293A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 58 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.55 |
| HSL | 346.22º | 0.47% | 0.31% | - |
| HSV(B) | 346.22º | 0.64% | 0.45% | - |
| XYZ | 8.63 | 5.54 | 4.62 | - |
| YUV | 65.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 58 | 0 | 0.64 | 0.50 | 0.55 | 346.22 | 0.47 | 0.31 |
| Hex | 73 | 29 | 3A | 0 | 40 | 32 | 37 | 15A | 2F | 1F |
| Octal | 163 | 51 | 72 | 0 | 100 | 62 | 67 | 532 | 57 | 37 |
| Binary | 1110011 | 101001 | 111010 | 0 | 1000000 | 110010 | 110111 | 101011010 | 101111 | 11111 |
Color Harmonies of #73293A
Complementary color
Monochromatic Colors of #73293A
Black with #73293A
Text Example
Text Example
White with #73293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73293A; }
p { color: rgb(115,41,58); }
H1.HeaderClassName
{
color: #73293A;
}
.AnyTagClassName
{
color: #73293A;
}
</style>
background-color css
<style>
a { background-color: #73293A; }
a { background-color: rgb(115,41,58); }
div.DivClassName
{
background-color: #73293A;
}
.BgClassName
{
background-color: #73293A;
}
</style>
border-color css
<style>
span { border-color: #73293A; }
span { border-color: rgb(115,41,58); }
td.TdClassName
{
border-color: #73293A;
}
.TagClassName
{
border-color: #73293A;
}
</style>