Shades of Siren #6E273B
Tints of Siren #6E273B
RGB
CMYK
RGB Variations
Color information
#6E273B (or 0x6E273B) is known color: Siren. HEX triplet: 6E, 27 and 3B. RGB value is (110,39,59). Sum of RGB (Red+Green+Blue) = 110+39+59=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E273B is #91D8C4. Grayscale: #3E3E3E. Windows color (decimal): -9558213 or 3876718. OLE color: 3876718.
HSL color Cylindrical-coordinate representation of color #6E273B: hue angle of 343.1º 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 #6E273B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 59 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.57 |
| HSL | 343.1º | 0.48% | 0.29% | - |
| HSV(B) | 343.1º | 0.65% | 0.43% | - |
| XYZ | 7.95 | 5.08 | 4.7 | - |
| YUV | 62.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 59 | 0 | 0.65 | 0.46 | 0.57 | 343.1 | 0.48 | 0.29 |
| Hex | 6E | 27 | 3B | 0 | 41 | 2E | 39 | 157 | 30 | 1D |
| Octal | 156 | 47 | 73 | 0 | 101 | 56 | 71 | 527 | 60 | 35 |
| Binary | 1101110 | 100111 | 111011 | 0 | 1000001 | 101110 | 111001 | 101010111 | 110000 | 11101 |
Color Harmonies of #6E273B
Complementary color
Monochromatic Colors of #6E273B
Black with #6E273B
Text Example
Text Example
White with #6E273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E273B; }
p { color: rgb(110,39,59); }
H1.HeaderClassName
{
color: #6E273B;
}
.AnyTagClassName
{
color: #6E273B;
}
</style>
background-color css
<style>
a { background-color: #6E273B; }
a { background-color: rgb(110,39,59); }
div.DivClassName
{
background-color: #6E273B;
}
.BgClassName
{
background-color: #6E273B;
}
</style>
border-color css
<style>
span { border-color: #6E273B; }
span { border-color: rgb(110,39,59); }
td.TdClassName
{
border-color: #6E273B;
}
.TagClassName
{
border-color: #6E273B;
}
</style>