Shades of Siren #61313C
Tints of Siren #61313C
RGB
CMYK
RGB Variations
Color information
#61313C (or 0x61313C) is known color: Siren. HEX triplet: 61, 31 and 3C. RGB value is (97,49,60). Sum of RGB (Red+Green+Blue) = 97+49+60=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313C is #9ECEC3. Grayscale: #404040. Windows color (decimal): -10407620 or 3944801. OLE color: 3944801.
HSL color Cylindrical-coordinate representation of color #61313C: hue angle of 346.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61313C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 49 | 60 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.62 |
| HSL | 346.25º | 0.33% | 0.29% | - |
| HSV(B) | 346.25º | 0.49% | 0.38% | - |
| XYZ | 6.84 | 5.06 | 4.89 | - |
| YUV | 64.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 60 | 0 | 0.49 | 0.38 | 0.62 | 346.25 | 0.33 | 0.29 |
| Hex | 61 | 31 | 3C | 0 | 31 | 26 | 3E | 15A | 21 | 1D |
| Octal | 141 | 61 | 74 | 0 | 61 | 46 | 76 | 532 | 41 | 35 |
| Binary | 1100001 | 110001 | 111100 | 0 | 110001 | 100110 | 111110 | 101011010 | 100001 | 11101 |
Color Harmonies of #61313C
Complementary color
Monochromatic Colors of #61313C
Black with #61313C
Text Example
Text Example
White with #61313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61313C; }
p { color: rgb(97,49,60); }
H1.HeaderClassName
{
color: #61313C;
}
.AnyTagClassName
{
color: #61313C;
}
</style>
background-color css
<style>
a { background-color: #61313C; }
a { background-color: rgb(97,49,60); }
div.DivClassName
{
background-color: #61313C;
}
.BgClassName
{
background-color: #61313C;
}
</style>
border-color css
<style>
span { border-color: #61313C; }
span { border-color: rgb(97,49,60); }
td.TdClassName
{
border-color: #61313C;
}
.TagClassName
{
border-color: #61313C;
}
</style>