Shades of Siren #61233C
Tints of Siren #61233C
RGB
CMYK
RGB Variations
Color information
#61233C (or 0x61233C) is known color: Siren. HEX triplet: 61, 23 and 3C. RGB value is (97,35,60). Sum of RGB (Red+Green+Blue) = 97+35+60=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61233C is #9EDCC3. Grayscale: #383838. Windows color (decimal): -10411204 or 3941217. OLE color: 3941217.
HSL color Cylindrical-coordinate representation of color #61233C: hue angle of 335.81º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61233C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 35 | 60 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.62 |
| HSL | 335.81º | 0.47% | 0.26% | - |
| HSV(B) | 335.81º | 0.64% | 0.38% | - |
| XYZ | 6.35 | 4.07 | 4.73 | - |
| YUV | 56.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 60 | 0 | 0.64 | 0.38 | 0.62 | 335.81 | 0.47 | 0.26 |
| Hex | 61 | 23 | 3C | 0 | 40 | 26 | 3E | 150 | 2F | 1A |
| Octal | 141 | 43 | 74 | 0 | 100 | 46 | 76 | 520 | 57 | 32 |
| Binary | 1100001 | 100011 | 111100 | 0 | 1000000 | 100110 | 111110 | 101010000 | 101111 | 11010 |
Color Harmonies of #61233C
Complementary color
Monochromatic Colors of #61233C
Black with #61233C
Text Example
Text Example
White with #61233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61233C; }
p { color: rgb(97,35,60); }
H1.HeaderClassName
{
color: #61233C;
}
.AnyTagClassName
{
color: #61233C;
}
</style>
background-color css
<style>
a { background-color: #61233C; }
a { background-color: rgb(97,35,60); }
div.DivClassName
{
background-color: #61233C;
}
.BgClassName
{
background-color: #61233C;
}
</style>
border-color css
<style>
span { border-color: #61233C; }
span { border-color: rgb(97,35,60); }
td.TdClassName
{
border-color: #61233C;
}
.TagClassName
{
border-color: #61233C;
}
</style>