Shades of Siren #73243B
Tints of Siren #73243B
RGB
CMYK
RGB Variations
Color information
#73243B (or 0x73243B) is known color: Siren. HEX triplet: 73, 24 and 3B. RGB value is (115,36,59). Sum of RGB (Red+Green+Blue) = 115+36+59=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73243B is #8CDBC4. Grayscale: #3E3E3E. Windows color (decimal): -9231301 or 3875955. OLE color: 3875955.
HSL color Cylindrical-coordinate representation of color #73243B: hue angle of 342.53º 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 #73243B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 59 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.55 |
| HSL | 342.53º | 0.52% | 0.3% | - |
| HSV(B) | 342.53º | 0.69% | 0.45% | - |
| XYZ | 8.49 | 5.22 | 4.7 | - |
| YUV | 62.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 59 | 0 | 0.69 | 0.49 | 0.55 | 342.53 | 0.52 | 0.3 |
| Hex | 73 | 24 | 3B | 0 | 45 | 31 | 37 | 157 | 34 | 1E |
| Octal | 163 | 44 | 73 | 0 | 105 | 61 | 67 | 527 | 64 | 36 |
| Binary | 1110011 | 100100 | 111011 | 0 | 1000101 | 110001 | 110111 | 101010111 | 110100 | 11110 |
Color Harmonies of #73243B
Complementary color
Monochromatic Colors of #73243B
Black with #73243B
Text Example
Text Example
White with #73243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73243B; }
p { color: rgb(115,36,59); }
H1.HeaderClassName
{
color: #73243B;
}
.AnyTagClassName
{
color: #73243B;
}
</style>
background-color css
<style>
a { background-color: #73243B; }
a { background-color: rgb(115,36,59); }
div.DivClassName
{
background-color: #73243B;
}
.BgClassName
{
background-color: #73243B;
}
</style>
border-color css
<style>
span { border-color: #73243B; }
span { border-color: rgb(115,36,59); }
td.TdClassName
{
border-color: #73243B;
}
.TagClassName
{
border-color: #73243B;
}
</style>