Shades of Siren #612A3F
Tints of Siren #612A3F
RGB
CMYK
RGB Variations
Color information
#612A3F (or 0x612A3F) is known color: Siren. HEX triplet: 61, 2A and 3F. RGB value is (97,42,63). Sum of RGB (Red+Green+Blue) = 97+42+63=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A3F is #9ED5C0. Grayscale: #3C3C3C. Windows color (decimal): -10409409 or 4139617. OLE color: 4139617.
HSL color Cylindrical-coordinate representation of color #612A3F: hue angle of 337.09º 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 #612A3F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 63 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.62 |
| HSL | 337.09º | 0.4% | 0.27% | - |
| HSV(B) | 337.09º | 0.57% | 0.38% | - |
| XYZ | 6.65 | 4.56 | 5.23 | - |
| YUV | 60.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 63 | 0 | 0.57 | 0.35 | 0.62 | 337.09 | 0.4 | 0.27 |
| Hex | 61 | 2A | 3F | 0 | 39 | 23 | 3E | 151 | 28 | 1B |
| Octal | 141 | 52 | 77 | 0 | 71 | 43 | 76 | 521 | 50 | 33 |
| Binary | 1100001 | 101010 | 111111 | 0 | 111001 | 100011 | 111110 | 101010001 | 101000 | 11011 |
Color Harmonies of #612A3F
Complementary color
Monochromatic Colors of #612A3F
Black with #612A3F
Text Example
Text Example
White with #612A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A3F; }
p { color: rgb(97,42,63); }
H1.HeaderClassName
{
color: #612A3F;
}
.AnyTagClassName
{
color: #612A3F;
}
</style>
background-color css
<style>
a { background-color: #612A3F; }
a { background-color: rgb(97,42,63); }
div.DivClassName
{
background-color: #612A3F;
}
.BgClassName
{
background-color: #612A3F;
}
</style>
border-color css
<style>
span { border-color: #612A3F; }
span { border-color: rgb(97,42,63); }
td.TdClassName
{
border-color: #612A3F;
}
.TagClassName
{
border-color: #612A3F;
}
</style>