Shades of Siren #61343E
Tints of Siren #61343E
RGB
CMYK
RGB Variations
Color information
#61343E (or 0x61343E) is known color: Siren. HEX triplet: 61, 34 and 3E. RGB value is (97,52,62). Sum of RGB (Red+Green+Blue) = 97+52+62=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61343E is #9ECBC1. Grayscale: #424242. Windows color (decimal): -10406850 or 4076641. OLE color: 4076641.
HSL color Cylindrical-coordinate representation of color #61343E: hue angle of 346.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61343E is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 62 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.62 |
| HSL | 346.67º | 0.3% | 0.29% | - |
| HSV(B) | 346.67º | 0.46% | 0.38% | - |
| XYZ | 7.03 | 5.35 | 5.22 | - |
| YUV | 66.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 62 | 0 | 0.46 | 0.36 | 0.62 | 346.67 | 0.3 | 0.29 |
| Hex | 61 | 34 | 3E | 0 | 2E | 24 | 3E | 15B | 1E | 1D |
| Octal | 141 | 64 | 76 | 0 | 56 | 44 | 76 | 533 | 36 | 35 |
| Binary | 1100001 | 110100 | 111110 | 0 | 101110 | 100100 | 111110 | 101011011 | 11110 | 11101 |
Color Harmonies of #61343E
Complementary color
Monochromatic Colors of #61343E
Black with #61343E
Text Example
Text Example
White with #61343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61343E; }
p { color: rgb(97,52,62); }
H1.HeaderClassName
{
color: #61343E;
}
.AnyTagClassName
{
color: #61343E;
}
</style>
background-color css
<style>
a { background-color: #61343E; }
a { background-color: rgb(97,52,62); }
div.DivClassName
{
background-color: #61343E;
}
.BgClassName
{
background-color: #61343E;
}
</style>
border-color css
<style>
span { border-color: #61343E; }
span { border-color: rgb(97,52,62); }
td.TdClassName
{
border-color: #61343E;
}
.TagClassName
{
border-color: #61343E;
}
</style>