Shades of Siren #73243E
Tints of Siren #73243E
RGB
CMYK
RGB Variations
Color information
#73243E (or 0x73243E) is known color: Siren. HEX triplet: 73, 24 and 3E. RGB value is (115,36,62). Sum of RGB (Red+Green+Blue) = 115+36+62=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73243E is #8CDBC1. Grayscale: #3E3E3E. Windows color (decimal): -9231298 or 4072563. OLE color: 4072563.
HSL color Cylindrical-coordinate representation of color #73243E: hue angle of 340.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73243E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 62 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.55 |
| HSL | 340.25º | 0.52% | 0.3% | - |
| HSV(B) | 340.25º | 0.69% | 0.45% | - |
| XYZ | 8.57 | 5.25 | 5.12 | - |
| YUV | 62.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 62 | 0 | 0.69 | 0.46 | 0.55 | 340.25 | 0.52 | 0.3 |
| Hex | 73 | 24 | 3E | 0 | 45 | 2E | 37 | 154 | 34 | 1E |
| Octal | 163 | 44 | 76 | 0 | 105 | 56 | 67 | 524 | 64 | 36 |
| Binary | 1110011 | 100100 | 111110 | 0 | 1000101 | 101110 | 110111 | 101010100 | 110100 | 11110 |
Color Harmonies of #73243E
Complementary color
Monochromatic Colors of #73243E
Black with #73243E
Text Example
Text Example
White with #73243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73243E; }
p { color: rgb(115,36,62); }
H1.HeaderClassName
{
color: #73243E;
}
.AnyTagClassName
{
color: #73243E;
}
</style>
background-color css
<style>
a { background-color: #73243E; }
a { background-color: rgb(115,36,62); }
div.DivClassName
{
background-color: #73243E;
}
.BgClassName
{
background-color: #73243E;
}
</style>
border-color css
<style>
span { border-color: #73243E; }
span { border-color: rgb(115,36,62); }
td.TdClassName
{
border-color: #73243E;
}
.TagClassName
{
border-color: #73243E;
}
</style>