Shades of Siren #61343C
Tints of Siren #61343C
RGB
CMYK
RGB Variations
Color information
#61343C (or 0x61343C) is known color: Siren. HEX triplet: 61, 34 and 3C. RGB value is (97,52,60). Sum of RGB (Red+Green+Blue) = 97+52+60=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61343C is #9ECBC3. Grayscale: #424242. Windows color (decimal): -10406852 or 3945569. OLE color: 3945569.
HSL color Cylindrical-coordinate representation of color #61343C: hue angle of 349.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61343C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 60 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.62 |
| HSL | 349.33º | 0.3% | 0.29% | - |
| HSV(B) | 349.33º | 0.46% | 0.38% | - |
| XYZ | 6.97 | 5.32 | 4.93 | - |
| YUV | 66.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 60 | 0 | 0.46 | 0.38 | 0.62 | 349.33 | 0.3 | 0.29 |
| Hex | 61 | 34 | 3C | 0 | 2E | 26 | 3E | 15D | 1E | 1D |
| Octal | 141 | 64 | 74 | 0 | 56 | 46 | 76 | 535 | 36 | 35 |
| Binary | 1100001 | 110100 | 111100 | 0 | 101110 | 100110 | 111110 | 101011101 | 11110 | 11101 |
Color Harmonies of #61343C
Complementary color
Monochromatic Colors of #61343C
Black with #61343C
Text Example
Text Example
White with #61343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61343C; }
p { color: rgb(97,52,60); }
H1.HeaderClassName
{
color: #61343C;
}
.AnyTagClassName
{
color: #61343C;
}
</style>
background-color css
<style>
a { background-color: #61343C; }
a { background-color: rgb(97,52,60); }
div.DivClassName
{
background-color: #61343C;
}
.BgClassName
{
background-color: #61343C;
}
</style>
border-color css
<style>
span { border-color: #61343C; }
span { border-color: rgb(97,52,60); }
td.TdClassName
{
border-color: #61343C;
}
.TagClassName
{
border-color: #61343C;
}
</style>