Shades of Siren #61273F
Tints of Siren #61273F
RGB
CMYK
RGB Variations
Color information
#61273F (or 0x61273F) is known color: Siren. HEX triplet: 61, 27 and 3F. RGB value is (97,39,63). Sum of RGB (Red+Green+Blue) = 97+39+63=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61273F is #9ED8C0. Grayscale: #3B3B3B. Windows color (decimal): -10410177 or 4138849. OLE color: 4138849.
HSL color Cylindrical-coordinate representation of color #61273F: hue angle of 335.17º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61273F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 39 | 63 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.62 |
| HSL | 335.17º | 0.43% | 0.27% | - |
| HSV(B) | 335.17º | 0.6% | 0.38% | - |
| XYZ | 6.55 | 4.35 | 5.2 | - |
| YUV | 59.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 63 | 0 | 0.60 | 0.35 | 0.62 | 335.17 | 0.43 | 0.27 |
| Hex | 61 | 27 | 3F | 0 | 3C | 23 | 3E | 14F | 2B | 1B |
| Octal | 141 | 47 | 77 | 0 | 74 | 43 | 76 | 517 | 53 | 33 |
| Binary | 1100001 | 100111 | 111111 | 0 | 111100 | 100011 | 111110 | 101001111 | 101011 | 11011 |
Color Harmonies of #61273F
Complementary color
Monochromatic Colors of #61273F
Black with #61273F
Text Example
Text Example
White with #61273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61273F; }
p { color: rgb(97,39,63); }
H1.HeaderClassName
{
color: #61273F;
}
.AnyTagClassName
{
color: #61273F;
}
</style>
background-color css
<style>
a { background-color: #61273F; }
a { background-color: rgb(97,39,63); }
div.DivClassName
{
background-color: #61273F;
}
.BgClassName
{
background-color: #61273F;
}
</style>
border-color css
<style>
span { border-color: #61273F; }
span { border-color: rgb(97,39,63); }
td.TdClassName
{
border-color: #61273F;
}
.TagClassName
{
border-color: #61273F;
}
</style>