Shades of Siren #73223C
Tints of Siren #73223C
RGB
CMYK
RGB Variations
Color information
#73223C (or 0x73223C) is known color: Siren. HEX triplet: 73, 22 and 3C. RGB value is (115,34,60). Sum of RGB (Red+Green+Blue) = 115+34+60=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73223C is #8CDDC3. Grayscale: #3D3D3D. Windows color (decimal): -9231812 or 3940979. OLE color: 3940979.
HSL color Cylindrical-coordinate representation of color #73223C: hue angle of 340.74º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73223C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 60 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.55 |
| HSL | 340.74º | 0.54% | 0.29% | - |
| HSV(B) | 340.74º | 0.7% | 0.45% | - |
| XYZ | 8.46 | 5.12 | 4.82 | - |
| YUV | 61.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 60 | 0 | 0.70 | 0.48 | 0.55 | 340.74 | 0.54 | 0.29 |
| Hex | 73 | 22 | 3C | 0 | 46 | 30 | 37 | 155 | 36 | 1D |
| Octal | 163 | 42 | 74 | 0 | 106 | 60 | 67 | 525 | 66 | 35 |
| Binary | 1110011 | 100010 | 111100 | 0 | 1000110 | 110000 | 110111 | 101010101 | 110110 | 11101 |
Color Harmonies of #73223C
Complementary color
Monochromatic Colors of #73223C
Black with #73223C
Text Example
Text Example
White with #73223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73223C; }
p { color: rgb(115,34,60); }
H1.HeaderClassName
{
color: #73223C;
}
.AnyTagClassName
{
color: #73223C;
}
</style>
background-color css
<style>
a { background-color: #73223C; }
a { background-color: rgb(115,34,60); }
div.DivClassName
{
background-color: #73223C;
}
.BgClassName
{
background-color: #73223C;
}
</style>
border-color css
<style>
span { border-color: #73223C; }
span { border-color: rgb(115,34,60); }
td.TdClassName
{
border-color: #73223C;
}
.TagClassName
{
border-color: #73223C;
}
</style>