Shades of Siren #612C38
Tints of Siren #612C38
RGB
CMYK
RGB Variations
Color information
#612C38 (or 0x612C38) is known color: Siren. HEX triplet: 61, 2C and 38. RGB value is (97,44,56). Sum of RGB (Red+Green+Blue) = 97+44+56=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #612C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C38 is #9ED3C7. Grayscale: #3D3D3D. Windows color (decimal): -10408904 or 3681377. OLE color: 3681377.
HSL color Cylindrical-coordinate representation of color #612C38: hue angle of 346.42º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C38 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 56 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.62 |
| HSL | 346.42º | 0.38% | 0.28% | - |
| HSV(B) | 346.42º | 0.55% | 0.38% | - |
| XYZ | 6.54 | 4.63 | 4.29 | - |
| YUV | 61.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 56 | 0 | 0.55 | 0.42 | 0.62 | 346.42 | 0.38 | 0.28 |
| Hex | 61 | 2C | 38 | 0 | 37 | 2A | 3E | 15A | 26 | 1C |
| Octal | 141 | 54 | 70 | 0 | 67 | 52 | 76 | 532 | 46 | 34 |
| Binary | 1100001 | 101100 | 111000 | 0 | 110111 | 101010 | 111110 | 101011010 | 100110 | 11100 |
Color Harmonies of #612C38
Complementary color
Monochromatic Colors of #612C38
Black with #612C38
Text Example
Text Example
White with #612C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C38; }
p { color: rgb(97,44,56); }
H1.HeaderClassName
{
color: #612C38;
}
.AnyTagClassName
{
color: #612C38;
}
</style>
background-color css
<style>
a { background-color: #612C38; }
a { background-color: rgb(97,44,56); }
div.DivClassName
{
background-color: #612C38;
}
.BgClassName
{
background-color: #612C38;
}
</style>
border-color css
<style>
span { border-color: #612C38; }
span { border-color: rgb(97,44,56); }
td.TdClassName
{
border-color: #612C38;
}
.TagClassName
{
border-color: #612C38;
}
</style>