Shades of Siren #6E223B
Tints of Siren #6E223B
RGB
CMYK
RGB Variations
Color information
#6E223B (or 0x6E223B) is known color: Siren. HEX triplet: 6E, 22 and 3B. RGB value is (110,34,59). Sum of RGB (Red+Green+Blue) = 110+34+59=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E223B is #91DDC4. Grayscale: #3B3B3B. Windows color (decimal): -9559493 or 3875438. OLE color: 3875438.
HSL color Cylindrical-coordinate representation of color #6E223B: hue angle of 340.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E223B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 34 | 59 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.57 |
| HSL | 340.26º | 0.53% | 0.28% | - |
| HSV(B) | 340.26º | 0.69% | 0.43% | - |
| XYZ | 7.79 | 4.77 | 4.65 | - |
| YUV | 59.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 59 | 0 | 0.69 | 0.46 | 0.57 | 340.26 | 0.53 | 0.28 |
| Hex | 6E | 22 | 3B | 0 | 45 | 2E | 39 | 154 | 35 | 1C |
| Octal | 156 | 42 | 73 | 0 | 105 | 56 | 71 | 524 | 65 | 34 |
| Binary | 1101110 | 100010 | 111011 | 0 | 1000101 | 101110 | 111001 | 101010100 | 110101 | 11100 |
Color Harmonies of #6E223B
Complementary color
Monochromatic Colors of #6E223B
Black with #6E223B
Text Example
Text Example
White with #6E223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E223B; }
p { color: rgb(110,34,59); }
H1.HeaderClassName
{
color: #6E223B;
}
.AnyTagClassName
{
color: #6E223B;
}
</style>
background-color css
<style>
a { background-color: #6E223B; }
a { background-color: rgb(110,34,59); }
div.DivClassName
{
background-color: #6E223B;
}
.BgClassName
{
background-color: #6E223B;
}
</style>
border-color css
<style>
span { border-color: #6E223B; }
span { border-color: rgb(110,34,59); }
td.TdClassName
{
border-color: #6E223B;
}
.TagClassName
{
border-color: #6E223B;
}
</style>