Shades of Siren #74293F
Tints of Siren #74293F
RGB
CMYK
RGB Variations
Color information
#74293F (or 0x74293F) is known color: Siren. HEX triplet: 74, 29 and 3F. RGB value is (116,41,63). Sum of RGB (Red+Green+Blue) = 116+41+63=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #74293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293F is #8BD6C0. Grayscale: #414141. Windows color (decimal): -9164481 or 4139380. OLE color: 4139380.
HSL color Cylindrical-coordinate representation of color #74293F: hue angle of 342.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74293F is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 63 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.55 |
| HSL | 342.4º | 0.48% | 0.31% | - |
| HSV(B) | 342.4º | 0.65% | 0.45% | - |
| XYZ | 8.89 | 5.66 | 5.33 | - |
| YUV | 65.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 63 | 0 | 0.65 | 0.46 | 0.55 | 342.4 | 0.48 | 0.31 |
| Hex | 74 | 29 | 3F | 0 | 41 | 2E | 37 | 156 | 30 | 1F |
| Octal | 164 | 51 | 77 | 0 | 101 | 56 | 67 | 526 | 60 | 37 |
| Binary | 1110100 | 101001 | 111111 | 0 | 1000001 | 101110 | 110111 | 101010110 | 110000 | 11111 |
Color Harmonies of #74293F
Complementary color
Monochromatic Colors of #74293F
Black with #74293F
Text Example
Text Example
White with #74293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74293F; }
p { color: rgb(116,41,63); }
H1.HeaderClassName
{
color: #74293F;
}
.AnyTagClassName
{
color: #74293F;
}
</style>
background-color css
<style>
a { background-color: #74293F; }
a { background-color: rgb(116,41,63); }
div.DivClassName
{
background-color: #74293F;
}
.BgClassName
{
background-color: #74293F;
}
</style>
border-color css
<style>
span { border-color: #74293F; }
span { border-color: rgb(116,41,63); }
td.TdClassName
{
border-color: #74293F;
}
.TagClassName
{
border-color: #74293F;
}
</style>