Shades of Siren #723242
Tints of Siren #723242
RGB
CMYK
RGB Variations
Color information
#723242 (or 0x723242) is known color: Siren. HEX triplet: 72, 32 and 42. RGB value is (114,50,66). Sum of RGB (Red+Green+Blue) = 114+50+66=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #723242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723242 is #8DCDBD. Grayscale: #464646. Windows color (decimal): -9293246 or 4338290. OLE color: 4338290.
HSL color Cylindrical-coordinate representation of color #723242: hue angle of 345º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723242 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 66 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.55 |
| HSL | 345º | 0.39% | 0.32% | - |
| HSV(B) | 345º | 0.56% | 0.45% | - |
| XYZ | 9.06 | 6.25 | 5.88 | - |
| YUV | 70.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 66 | 0 | 0.56 | 0.42 | 0.55 | 345 | 0.39 | 0.32 |
| Hex | 72 | 32 | 42 | 0 | 38 | 2A | 37 | 159 | 27 | 20 |
| Octal | 162 | 62 | 102 | 0 | 70 | 52 | 67 | 531 | 47 | 40 |
| Binary | 1110010 | 110010 | 1000010 | 0 | 111000 | 101010 | 110111 | 101011001 | 100111 | 100000 |
Color Harmonies of #723242
Complementary color
Monochromatic Colors of #723242
Black with #723242
Text Example
Text Example
White with #723242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723242; }
p { color: rgb(114,50,66); }
H1.HeaderClassName
{
color: #723242;
}
.AnyTagClassName
{
color: #723242;
}
</style>
background-color css
<style>
a { background-color: #723242; }
a { background-color: rgb(114,50,66); }
div.DivClassName
{
background-color: #723242;
}
.BgClassName
{
background-color: #723242;
}
</style>
border-color css
<style>
span { border-color: #723242; }
span { border-color: rgb(114,50,66); }
td.TdClassName
{
border-color: #723242;
}
.TagClassName
{
border-color: #723242;
}
</style>