Shades of Siren #722A3E
Tints of Siren #722A3E
RGB
CMYK
RGB Variations
Color information
#722A3E (or 0x722A3E) is known color: Siren. HEX triplet: 72, 2A and 3E. RGB value is (114,42,62). Sum of RGB (Red+Green+Blue) = 114+42+62=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A3E is #8DD5C1. Grayscale: #414141. Windows color (decimal): -9295298 or 4074098. OLE color: 4074098.
HSL color Cylindrical-coordinate representation of color #722A3E: hue angle of 343.33º 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 #722A3E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 62 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.55 |
| HSL | 343.33º | 0.46% | 0.31% | - |
| HSV(B) | 343.33º | 0.63% | 0.45% | - |
| XYZ | 8.64 | 5.58 | 5.18 | - |
| YUV | 65.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 62 | 0 | 0.63 | 0.46 | 0.55 | 343.33 | 0.46 | 0.31 |
| Hex | 72 | 2A | 3E | 0 | 3F | 2E | 37 | 157 | 2E | 1F |
| Octal | 162 | 52 | 76 | 0 | 77 | 56 | 67 | 527 | 56 | 37 |
| Binary | 1110010 | 101010 | 111110 | 0 | 111111 | 101110 | 110111 | 101010111 | 101110 | 11111 |
Color Harmonies of #722A3E
Complementary color
Monochromatic Colors of #722A3E
Black with #722A3E
Text Example
Text Example
White with #722A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A3E; }
p { color: rgb(114,42,62); }
H1.HeaderClassName
{
color: #722A3E;
}
.AnyTagClassName
{
color: #722A3E;
}
</style>
background-color css
<style>
a { background-color: #722A3E; }
a { background-color: rgb(114,42,62); }
div.DivClassName
{
background-color: #722A3E;
}
.BgClassName
{
background-color: #722A3E;
}
</style>
border-color css
<style>
span { border-color: #722A3E; }
span { border-color: rgb(114,42,62); }
td.TdClassName
{
border-color: #722A3E;
}
.TagClassName
{
border-color: #722A3E;
}
</style>