Shades of Siren #73233D
Tints of Siren #73233D
RGB
CMYK
RGB Variations
Color information
#73233D (or 0x73233D) is known color: Siren. HEX triplet: 73, 23 and 3D. RGB value is (115,35,61). Sum of RGB (Red+Green+Blue) = 115+35+61=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73233D is #8CDCC2. Grayscale: #3D3D3D. Windows color (decimal): -9231555 or 4006771. OLE color: 4006771.
HSL color Cylindrical-coordinate representation of color #73233D: hue angle of 340.5º degrees, saturation: 0.53, 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 #73233D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 61 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.55 |
| HSL | 340.5º | 0.53% | 0.29% | - |
| HSV(B) | 340.5º | 0.7% | 0.45% | - |
| XYZ | 8.51 | 5.18 | 4.97 | - |
| YUV | 61.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 61 | 0 | 0.70 | 0.47 | 0.55 | 340.5 | 0.53 | 0.29 |
| Hex | 73 | 23 | 3D | 0 | 46 | 2F | 37 | 154 | 35 | 1D |
| Octal | 163 | 43 | 75 | 0 | 106 | 57 | 67 | 524 | 65 | 35 |
| Binary | 1110011 | 100011 | 111101 | 0 | 1000110 | 101111 | 110111 | 101010100 | 110101 | 11101 |
Color Harmonies of #73233D
Complementary color
Monochromatic Colors of #73233D
Black with #73233D
Text Example
Text Example
White with #73233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73233D; }
p { color: rgb(115,35,61); }
H1.HeaderClassName
{
color: #73233D;
}
.AnyTagClassName
{
color: #73233D;
}
</style>
background-color css
<style>
a { background-color: #73233D; }
a { background-color: rgb(115,35,61); }
div.DivClassName
{
background-color: #73233D;
}
.BgClassName
{
background-color: #73233D;
}
</style>
border-color css
<style>
span { border-color: #73233D; }
span { border-color: rgb(115,35,61); }
td.TdClassName
{
border-color: #73233D;
}
.TagClassName
{
border-color: #73233D;
}
</style>