Shades of Siren #611E36
Tints of Siren #611E36
RGB
CMYK
RGB Variations
Color information
#611E36 (or 0x611E36) is known color: Siren. HEX triplet: 61, 1E and 36. RGB value is (97,30,54). Sum of RGB (Red+Green+Blue) = 97+30+54=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E36 is #9EE1C9. Grayscale: #343434. Windows color (decimal): -10412490 or 3546721. OLE color: 3546721.
HSL color Cylindrical-coordinate representation of color #611E36: hue angle of 338.51º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E36 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 54 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.62 |
| HSL | 338.51º | 0.53% | 0.25% | - |
| HSV(B) | 338.51º | 0.69% | 0.38% | - |
| XYZ | 6.06 | 3.74 | 3.89 | - |
| YUV | 52.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 54 | 0 | 0.69 | 0.44 | 0.62 | 338.51 | 0.53 | 0.25 |
| Hex | 61 | 1E | 36 | 0 | 45 | 2C | 3E | 153 | 35 | 19 |
| Octal | 141 | 36 | 66 | 0 | 105 | 54 | 76 | 523 | 65 | 31 |
| Binary | 1100001 | 11110 | 110110 | 0 | 1000101 | 101100 | 111110 | 101010011 | 110101 | 11001 |
Color Harmonies of #611E36
Complementary color
Monochromatic Colors of #611E36
Black with #611E36
Text Example
Text Example
White with #611E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E36; }
p { color: rgb(97,30,54); }
H1.HeaderClassName
{
color: #611E36;
}
.AnyTagClassName
{
color: #611E36;
}
</style>
background-color css
<style>
a { background-color: #611E36; }
a { background-color: rgb(97,30,54); }
div.DivClassName
{
background-color: #611E36;
}
.BgClassName
{
background-color: #611E36;
}
</style>
border-color css
<style>
span { border-color: #611E36; }
span { border-color: rgb(97,30,54); }
td.TdClassName
{
border-color: #611E36;
}
.TagClassName
{
border-color: #611E36;
}
</style>