Shades of Siren #73253D
Tints of Siren #73253D
RGB
CMYK
RGB Variations
Color information
#73253D (or 0x73253D) is known color: Siren. HEX triplet: 73, 25 and 3D. RGB value is (115,37,61). Sum of RGB (Red+Green+Blue) = 115+37+61=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73253D is #8CDAC2. Grayscale: #3F3F3F. Windows color (decimal): -9231043 or 4007283. OLE color: 4007283.
HSL color Cylindrical-coordinate representation of color #73253D: hue angle of 341.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73253D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 61 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.55 |
| HSL | 341.54º | 0.51% | 0.3% | - |
| HSV(B) | 341.54º | 0.68% | 0.45% | - |
| XYZ | 8.57 | 5.3 | 4.99 | - |
| YUV | 63.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 61 | 0 | 0.68 | 0.47 | 0.55 | 341.54 | 0.51 | 0.3 |
| Hex | 73 | 25 | 3D | 0 | 44 | 2F | 37 | 156 | 33 | 1E |
| Octal | 163 | 45 | 75 | 0 | 104 | 57 | 67 | 526 | 63 | 36 |
| Binary | 1110011 | 100101 | 111101 | 0 | 1000100 | 101111 | 110111 | 101010110 | 110011 | 11110 |
Color Harmonies of #73253D
Complementary color
Monochromatic Colors of #73253D
Black with #73253D
Text Example
Text Example
White with #73253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73253D; }
p { color: rgb(115,37,61); }
H1.HeaderClassName
{
color: #73253D;
}
.AnyTagClassName
{
color: #73253D;
}
</style>
background-color css
<style>
a { background-color: #73253D; }
a { background-color: rgb(115,37,61); }
div.DivClassName
{
background-color: #73253D;
}
.BgClassName
{
background-color: #73253D;
}
</style>
border-color css
<style>
span { border-color: #73253D; }
span { border-color: rgb(115,37,61); }
td.TdClassName
{
border-color: #73253D;
}
.TagClassName
{
border-color: #73253D;
}
</style>