Shades of Siren #73253C
Tints of Siren #73253C
RGB
CMYK
RGB Variations
Color information
#73253C (or 0x73253C) is known color: Siren. HEX triplet: 73, 25 and 3C. RGB value is (115,37,60). Sum of RGB (Red+Green+Blue) = 115+37+60=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73253C is #8CDAC3. Grayscale: #3E3E3E. Windows color (decimal): -9231044 or 3941747. OLE color: 3941747.
HSL color Cylindrical-coordinate representation of color #73253C: hue angle of 342.31º 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 #73253C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 60 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.55 |
| HSL | 342.31º | 0.51% | 0.3% | - |
| HSV(B) | 342.31º | 0.68% | 0.45% | - |
| XYZ | 8.55 | 5.29 | 4.85 | - |
| YUV | 62.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 60 | 0 | 0.68 | 0.48 | 0.55 | 342.31 | 0.51 | 0.3 |
| Hex | 73 | 25 | 3C | 0 | 44 | 30 | 37 | 156 | 33 | 1E |
| Octal | 163 | 45 | 74 | 0 | 104 | 60 | 67 | 526 | 63 | 36 |
| Binary | 1110011 | 100101 | 111100 | 0 | 1000100 | 110000 | 110111 | 101010110 | 110011 | 11110 |
Color Harmonies of #73253C
Complementary color
Monochromatic Colors of #73253C
Black with #73253C
Text Example
Text Example
White with #73253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73253C; }
p { color: rgb(115,37,60); }
H1.HeaderClassName
{
color: #73253C;
}
.AnyTagClassName
{
color: #73253C;
}
</style>
background-color css
<style>
a { background-color: #73253C; }
a { background-color: rgb(115,37,60); }
div.DivClassName
{
background-color: #73253C;
}
.BgClassName
{
background-color: #73253C;
}
</style>
border-color css
<style>
span { border-color: #73253C; }
span { border-color: rgb(115,37,60); }
td.TdClassName
{
border-color: #73253C;
}
.TagClassName
{
border-color: #73253C;
}
</style>