Shades of Siren #612A41
Tints of Siren #612A41
RGB
CMYK
RGB Variations
Color information
#612A41 (or 0x612A41) is known color: Siren. HEX triplet: 61, 2A and 41. RGB value is (97,42,65). Sum of RGB (Red+Green+Blue) = 97+42+65=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A41 is #9ED5BE. Grayscale: #3D3D3D. Windows color (decimal): -10409407 or 4270689. OLE color: 4270689.
HSL color Cylindrical-coordinate representation of color #612A41: hue angle of 334.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A41 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 65 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.62 |
| HSL | 334.91º | 0.4% | 0.27% | - |
| HSV(B) | 334.91º | 0.57% | 0.38% | - |
| XYZ | 6.71 | 4.58 | 5.53 | - |
| YUV | 61.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 65 | 0 | 0.57 | 0.33 | 0.62 | 334.91 | 0.4 | 0.27 |
| Hex | 61 | 2A | 41 | 0 | 39 | 21 | 3E | 14F | 28 | 1B |
| Octal | 141 | 52 | 101 | 0 | 71 | 41 | 76 | 517 | 50 | 33 |
| Binary | 1100001 | 101010 | 1000001 | 0 | 111001 | 100001 | 111110 | 101001111 | 101000 | 11011 |
Color Harmonies of #612A41
Complementary color
Monochromatic Colors of #612A41
Black with #612A41
Text Example
Text Example
White with #612A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A41; }
p { color: rgb(97,42,65); }
H1.HeaderClassName
{
color: #612A41;
}
.AnyTagClassName
{
color: #612A41;
}
</style>
background-color css
<style>
a { background-color: #612A41; }
a { background-color: rgb(97,42,65); }
div.DivClassName
{
background-color: #612A41;
}
.BgClassName
{
background-color: #612A41;
}
</style>
border-color css
<style>
span { border-color: #612A41; }
span { border-color: rgb(97,42,65); }
td.TdClassName
{
border-color: #612A41;
}
.TagClassName
{
border-color: #612A41;
}
</style>