Shades of Siren #76253D
Tints of Siren #76253D
RGB
CMYK
RGB Variations
Color information
#76253D (or 0x76253D) is known color: Siren. HEX triplet: 76, 25 and 3D. RGB value is (118,37,61). Sum of RGB (Red+Green+Blue) = 118+37+61=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76253D is #89DAC2. Grayscale: #3F3F3F. Windows color (decimal): -9034435 or 4007286. OLE color: 4007286.
HSL color Cylindrical-coordinate representation of color #76253D: hue angle of 342.22º degrees, saturation: 0.52, 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 #76253D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 61 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.54 |
| HSL | 342.22º | 0.52% | 0.3% | - |
| HSV(B) | 342.22º | 0.69% | 0.46% | - |
| XYZ | 8.98 | 5.51 | 5.01 | - |
| YUV | 63.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 61 | 0 | 0.69 | 0.48 | 0.54 | 342.22 | 0.52 | 0.3 |
| Hex | 76 | 25 | 3D | 0 | 45 | 30 | 36 | 156 | 34 | 1E |
| Octal | 166 | 45 | 75 | 0 | 105 | 60 | 66 | 526 | 64 | 36 |
| Binary | 1110110 | 100101 | 111101 | 0 | 1000101 | 110000 | 110110 | 101010110 | 110100 | 11110 |
Color Harmonies of #76253D
Complementary color
Monochromatic Colors of #76253D
Black with #76253D
Text Example
Text Example
White with #76253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76253D; }
p { color: rgb(118,37,61); }
H1.HeaderClassName
{
color: #76253D;
}
.AnyTagClassName
{
color: #76253D;
}
</style>
background-color css
<style>
a { background-color: #76253D; }
a { background-color: rgb(118,37,61); }
div.DivClassName
{
background-color: #76253D;
}
.BgClassName
{
background-color: #76253D;
}
</style>
border-color css
<style>
span { border-color: #76253D; }
span { border-color: rgb(118,37,61); }
td.TdClassName
{
border-color: #76253D;
}
.TagClassName
{
border-color: #76253D;
}
</style>