Shades of Siren #76213E
Tints of Siren #76213E
RGB
CMYK
RGB Variations
Color information
#76213E (or 0x76213E) is known color: Siren. HEX triplet: 76, 21 and 3E. RGB value is (118,33,62). Sum of RGB (Red+Green+Blue) = 118+33+62=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76213E is #89DEC1. Grayscale: #3D3D3D. Windows color (decimal): -9035458 or 4071798. OLE color: 4071798.
HSL color Cylindrical-coordinate representation of color #76213E: hue angle of 339.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76213E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 62 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.54 |
| HSL | 339.53º | 0.56% | 0.3% | - |
| HSV(B) | 339.53º | 0.72% | 0.46% | - |
| XYZ | 8.88 | 5.29 | 5.11 | - |
| YUV | 61.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 62 | 0 | 0.72 | 0.47 | 0.54 | 339.53 | 0.56 | 0.3 |
| Hex | 76 | 21 | 3E | 0 | 48 | 2F | 36 | 154 | 38 | 1E |
| Octal | 166 | 41 | 76 | 0 | 110 | 57 | 66 | 524 | 70 | 36 |
| Binary | 1110110 | 100001 | 111110 | 0 | 1001000 | 101111 | 110110 | 101010100 | 111000 | 11110 |
Color Harmonies of #76213E
Complementary color
Monochromatic Colors of #76213E
Black with #76213E
Text Example
Text Example
White with #76213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76213E; }
p { color: rgb(118,33,62); }
H1.HeaderClassName
{
color: #76213E;
}
.AnyTagClassName
{
color: #76213E;
}
</style>
background-color css
<style>
a { background-color: #76213E; }
a { background-color: rgb(118,33,62); }
div.DivClassName
{
background-color: #76213E;
}
.BgClassName
{
background-color: #76213E;
}
</style>
border-color css
<style>
span { border-color: #76213E; }
span { border-color: rgb(118,33,62); }
td.TdClassName
{
border-color: #76213E;
}
.TagClassName
{
border-color: #76213E;
}
</style>