Shades of Siren #76233D
Tints of Siren #76233D
RGB
CMYK
RGB Variations
Color information
#76233D (or 0x76233D) is known color: Siren. HEX triplet: 76, 23 and 3D. RGB value is (118,35,61). Sum of RGB (Red+Green+Blue) = 118+35+61=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76233D is #89DCC2. Grayscale: #3E3E3E. Windows color (decimal): -9034947 or 4006774. OLE color: 4006774.
HSL color Cylindrical-coordinate representation of color #76233D: hue angle of 341.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76233D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 61 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.54 |
| HSL | 341.2º | 0.54% | 0.3% | - |
| HSV(B) | 341.2º | 0.7% | 0.46% | - |
| XYZ | 8.91 | 5.39 | 4.99 | - |
| YUV | 62.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 61 | 0 | 0.70 | 0.48 | 0.54 | 341.2 | 0.54 | 0.3 |
| Hex | 76 | 23 | 3D | 0 | 46 | 30 | 36 | 155 | 36 | 1E |
| Octal | 166 | 43 | 75 | 0 | 106 | 60 | 66 | 525 | 66 | 36 |
| Binary | 1110110 | 100011 | 111101 | 0 | 1000110 | 110000 | 110110 | 101010101 | 110110 | 11110 |
Color Harmonies of #76233D
Complementary color
Monochromatic Colors of #76233D
Black with #76233D
Text Example
Text Example
White with #76233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76233D; }
p { color: rgb(118,35,61); }
H1.HeaderClassName
{
color: #76233D;
}
.AnyTagClassName
{
color: #76233D;
}
</style>
background-color css
<style>
a { background-color: #76233D; }
a { background-color: rgb(118,35,61); }
div.DivClassName
{
background-color: #76233D;
}
.BgClassName
{
background-color: #76233D;
}
</style>
border-color css
<style>
span { border-color: #76233D; }
span { border-color: rgb(118,35,61); }
td.TdClassName
{
border-color: #76233D;
}
.TagClassName
{
border-color: #76233D;
}
</style>