Shades of Siren #76243E
Tints of Siren #76243E
RGB
CMYK
RGB Variations
Color information
#76243E (or 0x76243E) is known color: Siren. HEX triplet: 76, 24 and 3E. RGB value is (118,36,62). Sum of RGB (Red+Green+Blue) = 118+36+62=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76243E is #89DBC1. Grayscale: #3F3F3F. Windows color (decimal): -9034690 or 4072566. OLE color: 4072566.
HSL color Cylindrical-coordinate representation of color #76243E: hue angle of 340.98º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76243E is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 62 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.54 |
| HSL | 340.98º | 0.53% | 0.3% | - |
| HSV(B) | 340.98º | 0.69% | 0.46% | - |
| XYZ | 8.97 | 5.46 | 5.14 | - |
| YUV | 63.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 62 | 0 | 0.69 | 0.47 | 0.54 | 340.98 | 0.53 | 0.3 |
| Hex | 76 | 24 | 3E | 0 | 45 | 2F | 36 | 155 | 35 | 1E |
| Octal | 166 | 44 | 76 | 0 | 105 | 57 | 66 | 525 | 65 | 36 |
| Binary | 1110110 | 100100 | 111110 | 0 | 1000101 | 101111 | 110110 | 101010101 | 110101 | 11110 |
Color Harmonies of #76243E
Complementary color
Monochromatic Colors of #76243E
Black with #76243E
Text Example
Text Example
White with #76243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76243E; }
p { color: rgb(118,36,62); }
H1.HeaderClassName
{
color: #76243E;
}
.AnyTagClassName
{
color: #76243E;
}
</style>
background-color css
<style>
a { background-color: #76243E; }
a { background-color: rgb(118,36,62); }
div.DivClassName
{
background-color: #76243E;
}
.BgClassName
{
background-color: #76243E;
}
</style>
border-color css
<style>
span { border-color: #76243E; }
span { border-color: rgb(118,36,62); }
td.TdClassName
{
border-color: #76243E;
}
.TagClassName
{
border-color: #76243E;
}
</style>