Shades of Siren #742B3E
Tints of Siren #742B3E
RGB
CMYK
RGB Variations
Color information
#742B3E (or 0x742B3E) is known color: Siren. HEX triplet: 74, 2B and 3E. RGB value is (116,43,62). Sum of RGB (Red+Green+Blue) = 116+43+62=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B3E is #8BD4C1. Grayscale: #424242. Windows color (decimal): -9163970 or 4074356. OLE color: 4074356.
HSL color Cylindrical-coordinate representation of color #742B3E: hue angle of 344.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B3E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 62 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.55 |
| HSL | 344.38º | 0.46% | 0.31% | - |
| HSV(B) | 344.38º | 0.63% | 0.45% | - |
| XYZ | 8.94 | 5.79 | 5.2 | - |
| YUV | 66.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 62 | 0 | 0.63 | 0.47 | 0.55 | 344.38 | 0.46 | 0.31 |
| Hex | 74 | 2B | 3E | 0 | 3F | 2F | 37 | 158 | 2E | 1F |
| Octal | 164 | 53 | 76 | 0 | 77 | 57 | 67 | 530 | 56 | 37 |
| Binary | 1110100 | 101011 | 111110 | 0 | 111111 | 101111 | 110111 | 101011000 | 101110 | 11111 |
Color Harmonies of #742B3E
Complementary color
Monochromatic Colors of #742B3E
Black with #742B3E
Text Example
Text Example
White with #742B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B3E; }
p { color: rgb(116,43,62); }
H1.HeaderClassName
{
color: #742B3E;
}
.AnyTagClassName
{
color: #742B3E;
}
</style>
background-color css
<style>
a { background-color: #742B3E; }
a { background-color: rgb(116,43,62); }
div.DivClassName
{
background-color: #742B3E;
}
.BgClassName
{
background-color: #742B3E;
}
</style>
border-color css
<style>
span { border-color: #742B3E; }
span { border-color: rgb(116,43,62); }
td.TdClassName
{
border-color: #742B3E;
}
.TagClassName
{
border-color: #742B3E;
}
</style>