Shades of Siren #762941
Tints of Siren #762941
RGB
CMYK
RGB Variations
Color information
#762941 (or 0x762941) is known color: Siren. HEX triplet: 76, 29 and 41. RGB value is (118,41,65). Sum of RGB (Red+Green+Blue) = 118+41+65=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762941 is #89D6BE. Grayscale: #424242. Windows color (decimal): -9033407 or 4270454. OLE color: 4270454.
HSL color Cylindrical-coordinate representation of color #762941: hue angle of 341.3º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762941 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 65 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.54 |
| HSL | 341.3º | 0.48% | 0.31% | - |
| HSV(B) | 341.3º | 0.65% | 0.46% | - |
| XYZ | 9.22 | 5.82 | 5.64 | - |
| YUV | 66.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 65 | 0 | 0.65 | 0.45 | 0.54 | 341.3 | 0.48 | 0.31 |
| Hex | 76 | 29 | 41 | 0 | 41 | 2D | 36 | 155 | 30 | 1F |
| Octal | 166 | 51 | 101 | 0 | 101 | 55 | 66 | 525 | 60 | 37 |
| Binary | 1110110 | 101001 | 1000001 | 0 | 1000001 | 101101 | 110110 | 101010101 | 110000 | 11111 |
Color Harmonies of #762941
Complementary color
Monochromatic Colors of #762941
Black with #762941
Text Example
Text Example
White with #762941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762941; }
p { color: rgb(118,41,65); }
H1.HeaderClassName
{
color: #762941;
}
.AnyTagClassName
{
color: #762941;
}
</style>
background-color css
<style>
a { background-color: #762941; }
a { background-color: rgb(118,41,65); }
div.DivClassName
{
background-color: #762941;
}
.BgClassName
{
background-color: #762941;
}
</style>
border-color css
<style>
span { border-color: #762941; }
span { border-color: rgb(118,41,65); }
td.TdClassName
{
border-color: #762941;
}
.TagClassName
{
border-color: #762941;
}
</style>