Shades of Siren #732A40
Tints of Siren #732A40
RGB
CMYK
RGB Variations
Color information
#732A40 (or 0x732A40) is known color: Siren. HEX triplet: 73, 2A and 40. RGB value is (115,42,64). Sum of RGB (Red+Green+Blue) = 115+42+64=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #732A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A40 is #8CD5BF. Grayscale: #424242. Windows color (decimal): -9229760 or 4205171. OLE color: 4205171.
HSL color Cylindrical-coordinate representation of color #732A40: hue angle of 341.92º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A40 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 64 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.55 |
| HSL | 341.92º | 0.46% | 0.31% | - |
| HSV(B) | 341.92º | 0.63% | 0.45% | - |
| XYZ | 8.82 | 5.67 | 5.48 | - |
| YUV | 66.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 64 | 0 | 0.63 | 0.44 | 0.55 | 341.92 | 0.46 | 0.31 |
| Hex | 73 | 2A | 40 | 0 | 3F | 2C | 37 | 156 | 2E | 1F |
| Octal | 163 | 52 | 100 | 0 | 77 | 54 | 67 | 526 | 56 | 37 |
| Binary | 1110011 | 101010 | 1000000 | 0 | 111111 | 101100 | 110111 | 101010110 | 101110 | 11111 |
Color Harmonies of #732A40
Complementary color
Monochromatic Colors of #732A40
Black with #732A40
Text Example
Text Example
White with #732A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A40; }
p { color: rgb(115,42,64); }
H1.HeaderClassName
{
color: #732A40;
}
.AnyTagClassName
{
color: #732A40;
}
</style>
background-color css
<style>
a { background-color: #732A40; }
a { background-color: rgb(115,42,64); }
div.DivClassName
{
background-color: #732A40;
}
.BgClassName
{
background-color: #732A40;
}
</style>
border-color css
<style>
span { border-color: #732A40; }
span { border-color: rgb(115,42,64); }
td.TdClassName
{
border-color: #732A40;
}
.TagClassName
{
border-color: #732A40;
}
</style>