Shades of Siren #762A41
Tints of Siren #762A41
RGB
CMYK
RGB Variations
Color information
#762A41 (or 0x762A41) is known color: Siren. HEX triplet: 76, 2A and 41. RGB value is (118,42,65). Sum of RGB (Red+Green+Blue) = 118+42+65=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A41 is #89D5BE. Grayscale: #434343. Windows color (decimal): -9033151 or 4270710. OLE color: 4270710.
HSL color Cylindrical-coordinate representation of color #762A41: hue angle of 341.84º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A41 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 65 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.54 |
| HSL | 341.84º | 0.48% | 0.31% | - |
| HSV(B) | 341.84º | 0.64% | 0.46% | - |
| XYZ | 9.25 | 5.89 | 5.65 | - |
| YUV | 67.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 65 | 0 | 0.64 | 0.45 | 0.54 | 341.84 | 0.48 | 0.31 |
| Hex | 76 | 2A | 41 | 0 | 40 | 2D | 36 | 156 | 30 | 1F |
| Octal | 166 | 52 | 101 | 0 | 100 | 55 | 66 | 526 | 60 | 37 |
| Binary | 1110110 | 101010 | 1000001 | 0 | 1000000 | 101101 | 110110 | 101010110 | 110000 | 11111 |
Color Harmonies of #762A41
Complementary color
Monochromatic Colors of #762A41
Black with #762A41
Text Example
Text Example
White with #762A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A41; }
p { color: rgb(118,42,65); }
H1.HeaderClassName
{
color: #762A41;
}
.AnyTagClassName
{
color: #762A41;
}
</style>
background-color css
<style>
a { background-color: #762A41; }
a { background-color: rgb(118,42,65); }
div.DivClassName
{
background-color: #762A41;
}
.BgClassName
{
background-color: #762A41;
}
</style>
border-color css
<style>
span { border-color: #762A41; }
span { border-color: rgb(118,42,65); }
td.TdClassName
{
border-color: #762A41;
}
.TagClassName
{
border-color: #762A41;
}
</style>