Shades of Siren #732A3A
Tints of Siren #732A3A
RGB
CMYK
RGB Variations
Color information
#732A3A (or 0x732A3A) is known color: Siren. HEX triplet: 73, 2A and 3A. RGB value is (115,42,58). Sum of RGB (Red+Green+Blue) = 115+42+58=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #732A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A3A is #8CD5C5. Grayscale: #414141. Windows color (decimal): -9229766 or 3811955. OLE color: 3811955.
HSL color Cylindrical-coordinate representation of color #732A3A: hue angle of 346.85º 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 #732A3A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 58 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.55 |
| HSL | 346.85º | 0.46% | 0.31% | - |
| HSV(B) | 346.85º | 0.63% | 0.45% | - |
| XYZ | 8.66 | 5.61 | 4.63 | - |
| YUV | 65.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 58 | 0 | 0.63 | 0.50 | 0.55 | 346.85 | 0.46 | 0.31 |
| Hex | 73 | 2A | 3A | 0 | 3F | 32 | 37 | 15B | 2E | 1F |
| Octal | 163 | 52 | 72 | 0 | 77 | 62 | 67 | 533 | 56 | 37 |
| Binary | 1110011 | 101010 | 111010 | 0 | 111111 | 110010 | 110111 | 101011011 | 101110 | 11111 |
Color Harmonies of #732A3A
Complementary color
Monochromatic Colors of #732A3A
Black with #732A3A
Text Example
Text Example
White with #732A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A3A; }
p { color: rgb(115,42,58); }
H1.HeaderClassName
{
color: #732A3A;
}
.AnyTagClassName
{
color: #732A3A;
}
</style>
background-color css
<style>
a { background-color: #732A3A; }
a { background-color: rgb(115,42,58); }
div.DivClassName
{
background-color: #732A3A;
}
.BgClassName
{
background-color: #732A3A;
}
</style>
border-color css
<style>
span { border-color: #732A3A; }
span { border-color: rgb(115,42,58); }
td.TdClassName
{
border-color: #732A3A;
}
.TagClassName
{
border-color: #732A3A;
}
</style>