Shades of Siren #61303A
Tints of Siren #61303A
RGB
CMYK
RGB Variations
Color information
#61303A (or 0x61303A) is known color: Siren. HEX triplet: 61, 30 and 3A. RGB value is (97,48,58). Sum of RGB (Red+Green+Blue) = 97+48+58=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #61303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61303A is #9ECFC5. Grayscale: #3F3F3F. Windows color (decimal): -10407878 or 3813473. OLE color: 3813473.
HSL color Cylindrical-coordinate representation of color #61303A: hue angle of 347.76º 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 #61303A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 58 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.62 |
| HSL | 347.76º | 0.34% | 0.28% | - |
| HSV(B) | 347.76º | 0.51% | 0.38% | - |
| XYZ | 6.75 | 4.96 | 4.6 | - |
| YUV | 63.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 58 | 0 | 0.51 | 0.40 | 0.62 | 347.76 | 0.34 | 0.28 |
| Hex | 61 | 30 | 3A | 0 | 33 | 28 | 3E | 15C | 22 | 1C |
| Octal | 141 | 60 | 72 | 0 | 63 | 50 | 76 | 534 | 42 | 34 |
| Binary | 1100001 | 110000 | 111010 | 0 | 110011 | 101000 | 111110 | 101011100 | 100010 | 11100 |
Color Harmonies of #61303A
Complementary color
Monochromatic Colors of #61303A
Black with #61303A
Text Example
Text Example
White with #61303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61303A; }
p { color: rgb(97,48,58); }
H1.HeaderClassName
{
color: #61303A;
}
.AnyTagClassName
{
color: #61303A;
}
</style>
background-color css
<style>
a { background-color: #61303A; }
a { background-color: rgb(97,48,58); }
div.DivClassName
{
background-color: #61303A;
}
.BgClassName
{
background-color: #61303A;
}
</style>
border-color css
<style>
span { border-color: #61303A; }
span { border-color: rgb(97,48,58); }
td.TdClassName
{
border-color: #61303A;
}
.TagClassName
{
border-color: #61303A;
}
</style>