Shades of Siren #61363D
Tints of Siren #61363D
RGB
CMYK
RGB Variations
Color information
#61363D (or 0x61363D) is known color: Siren. HEX triplet: 61, 36 and 3D. RGB value is (97,54,61). Sum of RGB (Red+Green+Blue) = 97+54+61=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363D is #9EC9C2. Grayscale: #434343. Windows color (decimal): -10406339 or 4011617. OLE color: 4011617.
HSL color Cylindrical-coordinate representation of color #61363D: hue angle of 350.23º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61363D is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 61 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.62 |
| HSL | 350.23º | 0.28% | 0.3% | - |
| HSV(B) | 350.23º | 0.44% | 0.38% | - |
| XYZ | 7.09 | 5.52 | 5.11 | - |
| YUV | 67.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 61 | 0 | 0.44 | 0.37 | 0.62 | 350.23 | 0.28 | 0.3 |
| Hex | 61 | 36 | 3D | 0 | 2C | 25 | 3E | 15E | 1C | 1E |
| Octal | 141 | 66 | 75 | 0 | 54 | 45 | 76 | 536 | 34 | 36 |
| Binary | 1100001 | 110110 | 111101 | 0 | 101100 | 100101 | 111110 | 101011110 | 11100 | 11110 |
Color Harmonies of #61363D
Complementary color
Monochromatic Colors of #61363D
Black with #61363D
Text Example
Text Example
White with #61363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61363D; }
p { color: rgb(97,54,61); }
H1.HeaderClassName
{
color: #61363D;
}
.AnyTagClassName
{
color: #61363D;
}
</style>
background-color css
<style>
a { background-color: #61363D; }
a { background-color: rgb(97,54,61); }
div.DivClassName
{
background-color: #61363D;
}
.BgClassName
{
background-color: #61363D;
}
</style>
border-color css
<style>
span { border-color: #61363D; }
span { border-color: rgb(97,54,61); }
td.TdClassName
{
border-color: #61363D;
}
.TagClassName
{
border-color: #61363D;
}
</style>