Shades of Siren #61323F
Tints of Siren #61323F
RGB
CMYK
RGB Variations
Color information
#61323F (or 0x61323F) is known color: Siren. HEX triplet: 61, 32 and 3F. RGB value is (97,50,63). Sum of RGB (Red+Green+Blue) = 97+50+63=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61323F is #9ECDC0. Grayscale: #414141. Windows color (decimal): -10407361 or 4141665. OLE color: 4141665.
HSL color Cylindrical-coordinate representation of color #61323F: hue angle of 343.4º 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 #61323F is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 63 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.62 |
| HSL | 343.4º | 0.32% | 0.29% | - |
| HSV(B) | 343.4º | 0.48% | 0.38% | - |
| XYZ | 6.97 | 5.18 | 5.34 | - |
| YUV | 65.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 63 | 0 | 0.48 | 0.35 | 0.62 | 343.4 | 0.32 | 0.29 |
| Hex | 61 | 32 | 3F | 0 | 30 | 23 | 3E | 157 | 20 | 1D |
| Octal | 141 | 62 | 77 | 0 | 60 | 43 | 76 | 527 | 40 | 35 |
| Binary | 1100001 | 110010 | 111111 | 0 | 110000 | 100011 | 111110 | 101010111 | 100000 | 11101 |
Color Harmonies of #61323F
Complementary color
Monochromatic Colors of #61323F
Black with #61323F
Text Example
Text Example
White with #61323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61323F; }
p { color: rgb(97,50,63); }
H1.HeaderClassName
{
color: #61323F;
}
.AnyTagClassName
{
color: #61323F;
}
</style>
background-color css
<style>
a { background-color: #61323F; }
a { background-color: rgb(97,50,63); }
div.DivClassName
{
background-color: #61323F;
}
.BgClassName
{
background-color: #61323F;
}
</style>
border-color css
<style>
span { border-color: #61323F; }
span { border-color: rgb(97,50,63); }
td.TdClassName
{
border-color: #61323F;
}
.TagClassName
{
border-color: #61323F;
}
</style>