Shades of Siren #732C3D
Tints of Siren #732C3D
RGB
CMYK
RGB Variations
Color information
#732C3D (or 0x732C3D) is known color: Siren. HEX triplet: 73, 2C and 3D. RGB value is (115,44,61). Sum of RGB (Red+Green+Blue) = 115+44+61=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C3D is #8CD3C2. Grayscale: #434343. Windows color (decimal): -9229251 or 4009075. OLE color: 4009075.
HSL color Cylindrical-coordinate representation of color #732C3D: hue angle of 345.63º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C3D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 61 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.55 |
| HSL | 345.63º | 0.45% | 0.31% | - |
| HSV(B) | 345.63º | 0.62% | 0.45% | - |
| XYZ | 8.81 | 5.78 | 5.07 | - |
| YUV | 67.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 61 | 0 | 0.62 | 0.47 | 0.55 | 345.63 | 0.45 | 0.31 |
| Hex | 73 | 2C | 3D | 0 | 3E | 2F | 37 | 15A | 2D | 1F |
| Octal | 163 | 54 | 75 | 0 | 76 | 57 | 67 | 532 | 55 | 37 |
| Binary | 1110011 | 101100 | 111101 | 0 | 111110 | 101111 | 110111 | 101011010 | 101101 | 11111 |
Color Harmonies of #732C3D
Complementary color
Monochromatic Colors of #732C3D
Black with #732C3D
Text Example
Text Example
White with #732C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C3D; }
p { color: rgb(115,44,61); }
H1.HeaderClassName
{
color: #732C3D;
}
.AnyTagClassName
{
color: #732C3D;
}
</style>
background-color css
<style>
a { background-color: #732C3D; }
a { background-color: rgb(115,44,61); }
div.DivClassName
{
background-color: #732C3D;
}
.BgClassName
{
background-color: #732C3D;
}
</style>
border-color css
<style>
span { border-color: #732C3D; }
span { border-color: rgb(115,44,61); }
td.TdClassName
{
border-color: #732C3D;
}
.TagClassName
{
border-color: #732C3D;
}
</style>