Shades of Siren #61303B
Tints of Siren #61303B
RGB
CMYK
RGB Variations
Color information
#61303B (or 0x61303B) is known color: Siren. HEX triplet: 61, 30 and 3B. RGB value is (97,48,59). Sum of RGB (Red+Green+Blue) = 97+48+59=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61303B is #9ECFC4. Grayscale: #3F3F3F. Windows color (decimal): -10407877 or 3879009. OLE color: 3879009.
HSL color Cylindrical-coordinate representation of color #61303B: hue angle of 346.53º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61303B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 59 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.62 |
| HSL | 346.53º | 0.34% | 0.28% | - |
| HSV(B) | 346.53º | 0.51% | 0.38% | - |
| XYZ | 6.78 | 4.97 | 4.74 | - |
| YUV | 63.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 59 | 0 | 0.51 | 0.39 | 0.62 | 346.53 | 0.34 | 0.28 |
| Hex | 61 | 30 | 3B | 0 | 33 | 27 | 3E | 15B | 22 | 1C |
| Octal | 141 | 60 | 73 | 0 | 63 | 47 | 76 | 533 | 42 | 34 |
| Binary | 1100001 | 110000 | 111011 | 0 | 110011 | 100111 | 111110 | 101011011 | 100010 | 11100 |
Color Harmonies of #61303B
Complementary color
Monochromatic Colors of #61303B
Black with #61303B
Text Example
Text Example
White with #61303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61303B; }
p { color: rgb(97,48,59); }
H1.HeaderClassName
{
color: #61303B;
}
.AnyTagClassName
{
color: #61303B;
}
</style>
background-color css
<style>
a { background-color: #61303B; }
a { background-color: rgb(97,48,59); }
div.DivClassName
{
background-color: #61303B;
}
.BgClassName
{
background-color: #61303B;
}
</style>
border-color css
<style>
span { border-color: #61303B; }
span { border-color: rgb(97,48,59); }
td.TdClassName
{
border-color: #61303B;
}
.TagClassName
{
border-color: #61303B;
}
</style>