Shades of Siren #612234
Tints of Siren #612234
RGB
CMYK
RGB Variations
Color information
#612234 (or 0x612234) is known color: Siren. HEX triplet: 61, 22 and 34. RGB value is (97,34,52). Sum of RGB (Red+Green+Blue) = 97+34+52=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612234 is #9EDDCB. Grayscale: #363636. Windows color (decimal): -10411468 or 3416673. OLE color: 3416673.
HSL color Cylindrical-coordinate representation of color #612234: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612234 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 52 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.62 |
| HSL | 342.86º | 0.48% | 0.26% | - |
| HSV(B) | 342.86º | 0.65% | 0.38% | - |
| XYZ | 6.12 | 3.93 | 3.69 | - |
| YUV | 54.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 52 | 0 | 0.65 | 0.46 | 0.62 | 342.86 | 0.48 | 0.26 |
| Hex | 61 | 22 | 34 | 0 | 41 | 2E | 3E | 157 | 30 | 1A |
| Octal | 141 | 42 | 64 | 0 | 101 | 56 | 76 | 527 | 60 | 32 |
| Binary | 1100001 | 100010 | 110100 | 0 | 1000001 | 101110 | 111110 | 101010111 | 110000 | 11010 |
Color Harmonies of #612234
Complementary color
Monochromatic Colors of #612234
Black with #612234
Text Example
Text Example
White with #612234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612234; }
p { color: rgb(97,34,52); }
H1.HeaderClassName
{
color: #612234;
}
.AnyTagClassName
{
color: #612234;
}
</style>
background-color css
<style>
a { background-color: #612234; }
a { background-color: rgb(97,34,52); }
div.DivClassName
{
background-color: #612234;
}
.BgClassName
{
background-color: #612234;
}
</style>
border-color css
<style>
span { border-color: #612234; }
span { border-color: rgb(97,34,52); }
td.TdClassName
{
border-color: #612234;
}
.TagClassName
{
border-color: #612234;
}
</style>