Shades of Siren #6E2742
Tints of Siren #6E2742
RGB
CMYK
RGB Variations
Color information
#6E2742 (or 0x6E2742) is known color: Siren. HEX triplet: 6E, 27 and 42. RGB value is (110,39,66). Sum of RGB (Red+Green+Blue) = 110+39+66=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2742 is #91D8BD. Grayscale: #3F3F3F. Windows color (decimal): -9558206 or 4335470. OLE color: 4335470.
HSL color Cylindrical-coordinate representation of color #6E2742: hue angle of 337.18º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2742 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 66 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.57 |
| HSL | 337.18º | 0.48% | 0.29% | - |
| HSV(B) | 337.18º | 0.65% | 0.43% | - |
| XYZ | 8.14 | 5.16 | 5.72 | - |
| YUV | 63.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 66 | 0 | 0.65 | 0.4 | 0.57 | 337.18 | 0.48 | 0.29 |
| Hex | 6E | 27 | 42 | 0 | 41 | 28 | 39 | 151 | 30 | 1D |
| Octal | 156 | 47 | 102 | 0 | 101 | 50 | 71 | 521 | 60 | 35 |
| Binary | 1101110 | 100111 | 1000010 | 0 | 1000001 | 101000 | 111001 | 101010001 | 110000 | 11101 |
Color Harmonies of #6E2742
Complementary color
Monochromatic Colors of #6E2742
Black with #6E2742
Text Example
Text Example
White with #6E2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2742; }
p { color: rgb(110,39,66); }
H1.HeaderClassName
{
color: #6E2742;
}
.AnyTagClassName
{
color: #6E2742;
}
</style>
background-color css
<style>
a { background-color: #6E2742; }
a { background-color: rgb(110,39,66); }
div.DivClassName
{
background-color: #6E2742;
}
.BgClassName
{
background-color: #6E2742;
}
</style>
border-color css
<style>
span { border-color: #6E2742; }
span { border-color: rgb(110,39,66); }
td.TdClassName
{
border-color: #6E2742;
}
.TagClassName
{
border-color: #6E2742;
}
</style>