Shades of Siren #742E3F
Tints of Siren #742E3F
RGB
CMYK
RGB Variations
Color information
#742E3F (or 0x742E3F) is known color: Siren. HEX triplet: 74, 2E and 3F. RGB value is (116,46,63). Sum of RGB (Red+Green+Blue) = 116+46+63=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E3F is #8BD1C0. Grayscale: #444444. Windows color (decimal): -9163201 or 4140660. OLE color: 4140660.
HSL color Cylindrical-coordinate representation of color #742E3F: hue angle of 345.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E3F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 63 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.55 |
| HSL | 345.43º | 0.43% | 0.32% | - |
| HSV(B) | 345.43º | 0.6% | 0.45% | - |
| XYZ | 9.08 | 6.03 | 5.39 | - |
| YUV | 68.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 63 | 0 | 0.60 | 0.46 | 0.55 | 345.43 | 0.43 | 0.32 |
| Hex | 74 | 2E | 3F | 0 | 3C | 2E | 37 | 159 | 2B | 20 |
| Octal | 164 | 56 | 77 | 0 | 74 | 56 | 67 | 531 | 53 | 40 |
| Binary | 1110100 | 101110 | 111111 | 0 | 111100 | 101110 | 110111 | 101011001 | 101011 | 100000 |
Color Harmonies of #742E3F
Complementary color
Monochromatic Colors of #742E3F
Black with #742E3F
Text Example
Text Example
White with #742E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E3F; }
p { color: rgb(116,46,63); }
H1.HeaderClassName
{
color: #742E3F;
}
.AnyTagClassName
{
color: #742E3F;
}
</style>
background-color css
<style>
a { background-color: #742E3F; }
a { background-color: rgb(116,46,63); }
div.DivClassName
{
background-color: #742E3F;
}
.BgClassName
{
background-color: #742E3F;
}
</style>
border-color css
<style>
span { border-color: #742E3F; }
span { border-color: rgb(116,46,63); }
td.TdClassName
{
border-color: #742E3F;
}
.TagClassName
{
border-color: #742E3F;
}
</style>