Shades of Siren #6E2C39
Tints of Siren #6E2C39
RGB
CMYK
RGB Variations
Color information
#6E2C39 (or 0x6E2C39) is known color: Siren. HEX triplet: 6E, 2C and 39. RGB value is (110,44,57). Sum of RGB (Red+Green+Blue) = 110+44+57=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C39 is #91D3C6. Grayscale: #414141. Windows color (decimal): -9556935 or 3746926. OLE color: 3746926.
HSL color Cylindrical-coordinate representation of color #6E2C39: hue angle of 348.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C39 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 57 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.57 |
| HSL | 348.18º | 0.43% | 0.3% | - |
| HSV(B) | 348.18º | 0.6% | 0.43% | - |
| XYZ | 8.07 | 5.41 | 4.49 | - |
| YUV | 65.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 57 | 0 | 0.6 | 0.48 | 0.57 | 348.18 | 0.43 | 0.3 |
| Hex | 6E | 2C | 39 | 0 | 3C | 30 | 39 | 15C | 2B | 1E |
| Octal | 156 | 54 | 71 | 0 | 74 | 60 | 71 | 534 | 53 | 36 |
| Binary | 1101110 | 101100 | 111001 | 0 | 111100 | 110000 | 111001 | 101011100 | 101011 | 11110 |
Color Harmonies of #6E2C39
Complementary color
Monochromatic Colors of #6E2C39
Black with #6E2C39
Text Example
Text Example
White with #6E2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C39; }
p { color: rgb(110,44,57); }
H1.HeaderClassName
{
color: #6E2C39;
}
.AnyTagClassName
{
color: #6E2C39;
}
</style>
background-color css
<style>
a { background-color: #6E2C39; }
a { background-color: rgb(110,44,57); }
div.DivClassName
{
background-color: #6E2C39;
}
.BgClassName
{
background-color: #6E2C39;
}
</style>
border-color css
<style>
span { border-color: #6E2C39; }
span { border-color: rgb(110,44,57); }
td.TdClassName
{
border-color: #6E2C39;
}
.TagClassName
{
border-color: #6E2C39;
}
</style>