Shades of Siren #712F3E
Tints of Siren #712F3E
RGB
CMYK
RGB Variations
Color information
#712F3E (or 0x712F3E) is known color: Siren. HEX triplet: 71, 2F and 3E. RGB value is (113,47,62). Sum of RGB (Red+Green+Blue) = 113+47+62=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F3E is #8ED0C1. Grayscale: #444444. Windows color (decimal): -9359554 or 4075377. OLE color: 4075377.
HSL color Cylindrical-coordinate representation of color #712F3E: hue angle of 346.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F3E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 62 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.56 |
| HSL | 346.36º | 0.41% | 0.31% | - |
| HSV(B) | 346.36º | 0.58% | 0.44% | - |
| XYZ | 8.7 | 5.89 | 5.24 | - |
| YUV | 68.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 62 | 0 | 0.58 | 0.45 | 0.56 | 346.36 | 0.41 | 0.31 |
| Hex | 71 | 2F | 3E | 0 | 3A | 2D | 38 | 15A | 29 | 1F |
| Octal | 161 | 57 | 76 | 0 | 72 | 55 | 70 | 532 | 51 | 37 |
| Binary | 1110001 | 101111 | 111110 | 0 | 111010 | 101101 | 111000 | 101011010 | 101001 | 11111 |
Color Harmonies of #712F3E
Complementary color
Monochromatic Colors of #712F3E
Black with #712F3E
Text Example
Text Example
White with #712F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F3E; }
p { color: rgb(113,47,62); }
H1.HeaderClassName
{
color: #712F3E;
}
.AnyTagClassName
{
color: #712F3E;
}
</style>
background-color css
<style>
a { background-color: #712F3E; }
a { background-color: rgb(113,47,62); }
div.DivClassName
{
background-color: #712F3E;
}
.BgClassName
{
background-color: #712F3E;
}
</style>
border-color css
<style>
span { border-color: #712F3E; }
span { border-color: rgb(113,47,62); }
td.TdClassName
{
border-color: #712F3E;
}
.TagClassName
{
border-color: #712F3E;
}
</style>