Shades of Siren #73283F
Tints of Siren #73283F
RGB
CMYK
RGB Variations
Color information
#73283F (or 0x73283F) is known color: Siren. HEX triplet: 73, 28 and 3F. RGB value is (115,40,63). Sum of RGB (Red+Green+Blue) = 115+40+63=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #73283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73283F is #8CD7C0. Grayscale: #414141. Windows color (decimal): -9230273 or 4139123. OLE color: 4139123.
HSL color Cylindrical-coordinate representation of color #73283F: hue angle of 341.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73283F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 63 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.55 |
| HSL | 341.6º | 0.48% | 0.3% | - |
| HSV(B) | 341.6º | 0.65% | 0.45% | - |
| XYZ | 8.73 | 5.52 | 5.31 | - |
| YUV | 65.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 63 | 0 | 0.65 | 0.45 | 0.55 | 341.6 | 0.48 | 0.3 |
| Hex | 73 | 28 | 3F | 0 | 41 | 2D | 37 | 156 | 30 | 1E |
| Octal | 163 | 50 | 77 | 0 | 101 | 55 | 67 | 526 | 60 | 36 |
| Binary | 1110011 | 101000 | 111111 | 0 | 1000001 | 101101 | 110111 | 101010110 | 110000 | 11110 |
Color Harmonies of #73283F
Complementary color
Monochromatic Colors of #73283F
Black with #73283F
Text Example
Text Example
White with #73283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73283F; }
p { color: rgb(115,40,63); }
H1.HeaderClassName
{
color: #73283F;
}
.AnyTagClassName
{
color: #73283F;
}
</style>
background-color css
<style>
a { background-color: #73283F; }
a { background-color: rgb(115,40,63); }
div.DivClassName
{
background-color: #73283F;
}
.BgClassName
{
background-color: #73283F;
}
</style>
border-color css
<style>
span { border-color: #73283F; }
span { border-color: rgb(115,40,63); }
td.TdClassName
{
border-color: #73283F;
}
.TagClassName
{
border-color: #73283F;
}
</style>