Shades of Siren #6D2B41
Tints of Siren #6D2B41
RGB
CMYK
RGB Variations
Color information
#6D2B41 (or 0x6D2B41) is known color: Siren. HEX triplet: 6D, 2B and 41. RGB value is (109,43,65). Sum of RGB (Red+Green+Blue) = 109+43+65=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B41 is #92D4BE. Grayscale: #414141. Windows color (decimal): -9622719 or 4270957. OLE color: 4270957.
HSL color Cylindrical-coordinate representation of color #6D2B41: hue angle of 340º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2B41 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 65 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.57 |
| HSL | 340º | 0.43% | 0.3% | - |
| HSV(B) | 340º | 0.61% | 0.43% | - |
| XYZ | 8.12 | 5.36 | 5.61 | - |
| YUV | 65.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 65 | 0 | 0.61 | 0.40 | 0.57 | 340 | 0.43 | 0.3 |
| Hex | 6D | 2B | 41 | 0 | 3D | 28 | 39 | 154 | 2B | 1E |
| Octal | 155 | 53 | 101 | 0 | 75 | 50 | 71 | 524 | 53 | 36 |
| Binary | 1101101 | 101011 | 1000001 | 0 | 111101 | 101000 | 111001 | 101010100 | 101011 | 11110 |
Color Harmonies of #6D2B41
Complementary color
Monochromatic Colors of #6D2B41
Black with #6D2B41
Text Example
Text Example
White with #6D2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B41; }
p { color: rgb(109,43,65); }
H1.HeaderClassName
{
color: #6D2B41;
}
.AnyTagClassName
{
color: #6D2B41;
}
</style>
background-color css
<style>
a { background-color: #6D2B41; }
a { background-color: rgb(109,43,65); }
div.DivClassName
{
background-color: #6D2B41;
}
.BgClassName
{
background-color: #6D2B41;
}
</style>
border-color css
<style>
span { border-color: #6D2B41; }
span { border-color: rgb(109,43,65); }
td.TdClassName
{
border-color: #6D2B41;
}
.TagClassName
{
border-color: #6D2B41;
}
</style>