Shades of Siren #762A3F
Tints of Siren #762A3F
RGB
CMYK
RGB Variations
Color information
#762A3F (or 0x762A3F) is known color: Siren. HEX triplet: 76, 2A and 3F. RGB value is (118,42,63). Sum of RGB (Red+Green+Blue) = 118+42+63=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A3F is #89D5C0. Grayscale: #434343. Windows color (decimal): -9033153 or 4139638. OLE color: 4139638.
HSL color Cylindrical-coordinate representation of color #762A3F: hue angle of 343.42º 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 #762A3F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 63 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.54 |
| HSL | 343.42º | 0.48% | 0.31% | - |
| HSV(B) | 343.42º | 0.64% | 0.46% | - |
| XYZ | 9.2 | 5.87 | 5.35 | - |
| YUV | 67.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 63 | 0 | 0.64 | 0.47 | 0.54 | 343.42 | 0.48 | 0.31 |
| Hex | 76 | 2A | 3F | 0 | 40 | 2F | 36 | 157 | 30 | 1F |
| Octal | 166 | 52 | 77 | 0 | 100 | 57 | 66 | 527 | 60 | 37 |
| Binary | 1110110 | 101010 | 111111 | 0 | 1000000 | 101111 | 110110 | 101010111 | 110000 | 11111 |
Color Harmonies of #762A3F
Complementary color
Monochromatic Colors of #762A3F
Black with #762A3F
Text Example
Text Example
White with #762A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A3F; }
p { color: rgb(118,42,63); }
H1.HeaderClassName
{
color: #762A3F;
}
.AnyTagClassName
{
color: #762A3F;
}
</style>
background-color css
<style>
a { background-color: #762A3F; }
a { background-color: rgb(118,42,63); }
div.DivClassName
{
background-color: #762A3F;
}
.BgClassName
{
background-color: #762A3F;
}
</style>
border-color css
<style>
span { border-color: #762A3F; }
span { border-color: rgb(118,42,63); }
td.TdClassName
{
border-color: #762A3F;
}
.TagClassName
{
border-color: #762A3F;
}
</style>