Shades of Siren #612A3D
Tints of Siren #612A3D
RGB
CMYK
RGB Variations
Color information
#612A3D (or 0x612A3D) is known color: Siren. HEX triplet: 61, 2A and 3D. RGB value is (97,42,61). Sum of RGB (Red+Green+Blue) = 97+42+61=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #612A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A3D is #9ED5C2. Grayscale: #3C3C3C. Windows color (decimal): -10409411 or 4008545. OLE color: 4008545.
HSL color Cylindrical-coordinate representation of color #612A3D: hue angle of 339.27º 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 #612A3D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 61 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.62 |
| HSL | 339.27º | 0.4% | 0.27% | - |
| HSV(B) | 339.27º | 0.57% | 0.38% | - |
| XYZ | 6.6 | 4.53 | 4.94 | - |
| YUV | 60.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 61 | 0 | 0.57 | 0.37 | 0.62 | 339.27 | 0.4 | 0.27 |
| Hex | 61 | 2A | 3D | 0 | 39 | 25 | 3E | 153 | 28 | 1B |
| Octal | 141 | 52 | 75 | 0 | 71 | 45 | 76 | 523 | 50 | 33 |
| Binary | 1100001 | 101010 | 111101 | 0 | 111001 | 100101 | 111110 | 101010011 | 101000 | 11011 |
Color Harmonies of #612A3D
Complementary color
Monochromatic Colors of #612A3D
Black with #612A3D
Text Example
Text Example
White with #612A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A3D; }
p { color: rgb(97,42,61); }
H1.HeaderClassName
{
color: #612A3D;
}
.AnyTagClassName
{
color: #612A3D;
}
</style>
background-color css
<style>
a { background-color: #612A3D; }
a { background-color: rgb(97,42,61); }
div.DivClassName
{
background-color: #612A3D;
}
.BgClassName
{
background-color: #612A3D;
}
</style>
border-color css
<style>
span { border-color: #612A3D; }
span { border-color: rgb(97,42,61); }
td.TdClassName
{
border-color: #612A3D;
}
.TagClassName
{
border-color: #612A3D;
}
</style>