Shades of Siren #73283B
Tints of Siren #73283B
RGB
CMYK
RGB Variations
Color information
#73283B (or 0x73283B) is known color: Siren. HEX triplet: 73, 28 and 3B. RGB value is (115,40,59). Sum of RGB (Red+Green+Blue) = 115+40+59=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73283B is #8CD7C4. Grayscale: #404040. Windows color (decimal): -9230277 or 3876979. OLE color: 3876979.
HSL color Cylindrical-coordinate representation of color #73283B: hue angle of 344.8º 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 #73283B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 59 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.55 |
| HSL | 344.8º | 0.48% | 0.3% | - |
| HSV(B) | 344.8º | 0.65% | 0.45% | - |
| XYZ | 8.62 | 5.48 | 4.74 | - |
| YUV | 64.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 59 | 0 | 0.65 | 0.49 | 0.55 | 344.8 | 0.48 | 0.3 |
| Hex | 73 | 28 | 3B | 0 | 41 | 31 | 37 | 159 | 30 | 1E |
| Octal | 163 | 50 | 73 | 0 | 101 | 61 | 67 | 531 | 60 | 36 |
| Binary | 1110011 | 101000 | 111011 | 0 | 1000001 | 110001 | 110111 | 101011001 | 110000 | 11110 |
Color Harmonies of #73283B
Complementary color
Monochromatic Colors of #73283B
Black with #73283B
Text Example
Text Example
White with #73283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73283B; }
p { color: rgb(115,40,59); }
H1.HeaderClassName
{
color: #73283B;
}
.AnyTagClassName
{
color: #73283B;
}
</style>
background-color css
<style>
a { background-color: #73283B; }
a { background-color: rgb(115,40,59); }
div.DivClassName
{
background-color: #73283B;
}
.BgClassName
{
background-color: #73283B;
}
</style>
border-color css
<style>
span { border-color: #73283B; }
span { border-color: rgb(115,40,59); }
td.TdClassName
{
border-color: #73283B;
}
.TagClassName
{
border-color: #73283B;
}
</style>