Shades of Siren #74293E
Tints of Siren #74293E
RGB
CMYK
RGB Variations
Color information
#74293E (or 0x74293E) is known color: Siren. HEX triplet: 74, 29 and 3E. RGB value is (116,41,62). Sum of RGB (Red+Green+Blue) = 116+41+62=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #74293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293E is #8BD6C1. Grayscale: #414141. Windows color (decimal): -9164482 or 4073844. OLE color: 4073844.
HSL color Cylindrical-coordinate representation of color #74293E: hue angle of 343.2º 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 #74293E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 62 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.55 |
| HSL | 343.2º | 0.48% | 0.31% | - |
| HSV(B) | 343.2º | 0.65% | 0.45% | - |
| XYZ | 8.86 | 5.65 | 5.18 | - |
| YUV | 65.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 62 | 0 | 0.65 | 0.47 | 0.55 | 343.2 | 0.48 | 0.31 |
| Hex | 74 | 29 | 3E | 0 | 41 | 2F | 37 | 157 | 30 | 1F |
| Octal | 164 | 51 | 76 | 0 | 101 | 57 | 67 | 527 | 60 | 37 |
| Binary | 1110100 | 101001 | 111110 | 0 | 1000001 | 101111 | 110111 | 101010111 | 110000 | 11111 |
Color Harmonies of #74293E
Complementary color
Monochromatic Colors of #74293E
Black with #74293E
Text Example
Text Example
White with #74293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74293E; }
p { color: rgb(116,41,62); }
H1.HeaderClassName
{
color: #74293E;
}
.AnyTagClassName
{
color: #74293E;
}
</style>
background-color css
<style>
a { background-color: #74293E; }
a { background-color: rgb(116,41,62); }
div.DivClassName
{
background-color: #74293E;
}
.BgClassName
{
background-color: #74293E;
}
</style>
border-color css
<style>
span { border-color: #74293E; }
span { border-color: rgb(116,41,62); }
td.TdClassName
{
border-color: #74293E;
}
.TagClassName
{
border-color: #74293E;
}
</style>