Shades of Siren #612D3B
Tints of Siren #612D3B
RGB
CMYK
RGB Variations
Color information
#612D3B (or 0x612D3B) is known color: Siren. HEX triplet: 61, 2D and 3B. RGB value is (97,45,59). Sum of RGB (Red+Green+Blue) = 97+45+59=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D3B is #9ED2C4. Grayscale: #3E3E3E. Windows color (decimal): -10408645 or 3878241. OLE color: 3878241.
HSL color Cylindrical-coordinate representation of color #612D3B: hue angle of 343.85º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D3B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 59 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.62 |
| HSL | 343.85º | 0.37% | 0.28% | - |
| HSV(B) | 343.85º | 0.54% | 0.38% | - |
| XYZ | 6.66 | 4.73 | 4.7 | - |
| YUV | 62.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 59 | 0 | 0.54 | 0.39 | 0.62 | 343.85 | 0.37 | 0.28 |
| Hex | 61 | 2D | 3B | 0 | 36 | 27 | 3E | 158 | 25 | 1C |
| Octal | 141 | 55 | 73 | 0 | 66 | 47 | 76 | 530 | 45 | 34 |
| Binary | 1100001 | 101101 | 111011 | 0 | 110110 | 100111 | 111110 | 101011000 | 100101 | 11100 |
Color Harmonies of #612D3B
Complementary color
Monochromatic Colors of #612D3B
Black with #612D3B
Text Example
Text Example
White with #612D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D3B; }
p { color: rgb(97,45,59); }
H1.HeaderClassName
{
color: #612D3B;
}
.AnyTagClassName
{
color: #612D3B;
}
</style>
background-color css
<style>
a { background-color: #612D3B; }
a { background-color: rgb(97,45,59); }
div.DivClassName
{
background-color: #612D3B;
}
.BgClassName
{
background-color: #612D3B;
}
</style>
border-color css
<style>
span { border-color: #612D3B; }
span { border-color: rgb(97,45,59); }
td.TdClassName
{
border-color: #612D3B;
}
.TagClassName
{
border-color: #612D3B;
}
</style>