Shades of Siren #61323C
Tints of Siren #61323C
RGB
CMYK
RGB Variations
Color information
#61323C (or 0x61323C) is known color: Siren. HEX triplet: 61, 32 and 3C. RGB value is (97,50,60). Sum of RGB (Red+Green+Blue) = 97+50+60=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61323C is #9ECDC3. Grayscale: #414141. Windows color (decimal): -10407364 or 3945057. OLE color: 3945057.
HSL color Cylindrical-coordinate representation of color #61323C: hue angle of 347.23º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61323C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 60 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.62 |
| HSL | 347.23º | 0.32% | 0.29% | - |
| HSV(B) | 347.23º | 0.48% | 0.38% | - |
| XYZ | 6.89 | 5.15 | 4.91 | - |
| YUV | 65.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 60 | 0 | 0.48 | 0.38 | 0.62 | 347.23 | 0.32 | 0.29 |
| Hex | 61 | 32 | 3C | 0 | 30 | 26 | 3E | 15B | 20 | 1D |
| Octal | 141 | 62 | 74 | 0 | 60 | 46 | 76 | 533 | 40 | 35 |
| Binary | 1100001 | 110010 | 111100 | 0 | 110000 | 100110 | 111110 | 101011011 | 100000 | 11101 |
Color Harmonies of #61323C
Complementary color
Monochromatic Colors of #61323C
Black with #61323C
Text Example
Text Example
White with #61323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61323C; }
p { color: rgb(97,50,60); }
H1.HeaderClassName
{
color: #61323C;
}
.AnyTagClassName
{
color: #61323C;
}
</style>
background-color css
<style>
a { background-color: #61323C; }
a { background-color: rgb(97,50,60); }
div.DivClassName
{
background-color: #61323C;
}
.BgClassName
{
background-color: #61323C;
}
</style>
border-color css
<style>
span { border-color: #61323C; }
span { border-color: rgb(97,50,60); }
td.TdClassName
{
border-color: #61323C;
}
.TagClassName
{
border-color: #61323C;
}
</style>