Shades of Siren #76273C
Tints of Siren #76273C
RGB
CMYK
RGB Variations
Color information
#76273C (or 0x76273C) is known color: Siren. HEX triplet: 76, 27 and 3C. RGB value is (118,39,60). Sum of RGB (Red+Green+Blue) = 118+39+60=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76273C is #89D8C3. Grayscale: #414141. Windows color (decimal): -9033924 or 3942262. OLE color: 3942262.
HSL color Cylindrical-coordinate representation of color #76273C: hue angle of 344.05º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76273C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 60 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.54 |
| HSL | 344.05º | 0.5% | 0.31% | - |
| HSV(B) | 344.05º | 0.67% | 0.46% | - |
| XYZ | 9.01 | 5.63 | 4.89 | - |
| YUV | 65.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 60 | 0 | 0.67 | 0.49 | 0.54 | 344.05 | 0.5 | 0.31 |
| Hex | 76 | 27 | 3C | 0 | 43 | 31 | 36 | 158 | 32 | 1F |
| Octal | 166 | 47 | 74 | 0 | 103 | 61 | 66 | 530 | 62 | 37 |
| Binary | 1110110 | 100111 | 111100 | 0 | 1000011 | 110001 | 110110 | 101011000 | 110010 | 11111 |
Color Harmonies of #76273C
Complementary color
Monochromatic Colors of #76273C
Black with #76273C
Text Example
Text Example
White with #76273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76273C; }
p { color: rgb(118,39,60); }
H1.HeaderClassName
{
color: #76273C;
}
.AnyTagClassName
{
color: #76273C;
}
</style>
background-color css
<style>
a { background-color: #76273C; }
a { background-color: rgb(118,39,60); }
div.DivClassName
{
background-color: #76273C;
}
.BgClassName
{
background-color: #76273C;
}
</style>
border-color css
<style>
span { border-color: #76273C; }
span { border-color: rgb(118,39,60); }
td.TdClassName
{
border-color: #76273C;
}
.TagClassName
{
border-color: #76273C;
}
</style>