Shades of Siren #661F36
Tints of Siren #661F36
RGB
CMYK
RGB Variations
Color information
#661F36 (or 0x661F36) is known color: Siren. HEX triplet: 66, 1F and 36. RGB value is (102,31,54). Sum of RGB (Red+Green+Blue) = 102+31+54=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F36 is #99E0C9. Grayscale: #363636. Windows color (decimal): -10084554 or 3546982. OLE color: 3546982.
HSL color Cylindrical-coordinate representation of color #661F36: hue angle of 340.56º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F36 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 54 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.6 |
| HSL | 340.56º | 0.53% | 0.26% | - |
| HSV(B) | 340.56º | 0.7% | 0.4% | - |
| XYZ | 6.64 | 4.07 | 3.93 | - |
| YUV | 54.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 54 | 0 | 0.70 | 0.47 | 0.6 | 340.56 | 0.53 | 0.26 |
| Hex | 66 | 1F | 36 | 0 | 46 | 2F | 3C | 155 | 35 | 1A |
| Octal | 146 | 37 | 66 | 0 | 106 | 57 | 74 | 525 | 65 | 32 |
| Binary | 1100110 | 11111 | 110110 | 0 | 1000110 | 101111 | 111100 | 101010101 | 110101 | 11010 |
Color Harmonies of #661F36
Complementary color
Monochromatic Colors of #661F36
Black with #661F36
Text Example
Text Example
White with #661F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F36; }
p { color: rgb(102,31,54); }
H1.HeaderClassName
{
color: #661F36;
}
.AnyTagClassName
{
color: #661F36;
}
</style>
background-color css
<style>
a { background-color: #661F36; }
a { background-color: rgb(102,31,54); }
div.DivClassName
{
background-color: #661F36;
}
.BgClassName
{
background-color: #661F36;
}
</style>
border-color css
<style>
span { border-color: #661F36; }
span { border-color: rgb(102,31,54); }
td.TdClassName
{
border-color: #661F36;
}
.TagClassName
{
border-color: #661F36;
}
</style>