Shades of Siren #76243D
Tints of Siren #76243D
RGB
CMYK
RGB Variations
Color information
#76243D (or 0x76243D) is known color: Siren. HEX triplet: 76, 24 and 3D. RGB value is (118,36,61). Sum of RGB (Red+Green+Blue) = 118+36+61=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76243D is #89DBC2. Grayscale: #3F3F3F. Windows color (decimal): -9034691 or 4007030. OLE color: 4007030.
HSL color Cylindrical-coordinate representation of color #76243D: hue angle of 341.71º 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 #76243D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 61 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.54 |
| HSL | 341.71º | 0.53% | 0.3% | - |
| HSV(B) | 341.71º | 0.69% | 0.46% | - |
| XYZ | 8.94 | 5.45 | 5 | - |
| YUV | 63.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 61 | 0 | 0.69 | 0.48 | 0.54 | 341.71 | 0.53 | 0.3 |
| Hex | 76 | 24 | 3D | 0 | 45 | 30 | 36 | 156 | 35 | 1E |
| Octal | 166 | 44 | 75 | 0 | 105 | 60 | 66 | 526 | 65 | 36 |
| Binary | 1110110 | 100100 | 111101 | 0 | 1000101 | 110000 | 110110 | 101010110 | 110101 | 11110 |
Color Harmonies of #76243D
Complementary color
Monochromatic Colors of #76243D
Black with #76243D
Text Example
Text Example
White with #76243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76243D; }
p { color: rgb(118,36,61); }
H1.HeaderClassName
{
color: #76243D;
}
.AnyTagClassName
{
color: #76243D;
}
</style>
background-color css
<style>
a { background-color: #76243D; }
a { background-color: rgb(118,36,61); }
div.DivClassName
{
background-color: #76243D;
}
.BgClassName
{
background-color: #76243D;
}
</style>
border-color css
<style>
span { border-color: #76243D; }
span { border-color: rgb(118,36,61); }
td.TdClassName
{
border-color: #76243D;
}
.TagClassName
{
border-color: #76243D;
}
</style>