Shades of Siren #6D2A41
Tints of Siren #6D2A41
RGB
CMYK
RGB Variations
Color information
#6D2A41 (or 0x6D2A41) is known color: Siren. HEX triplet: 6D, 2A and 41. RGB value is (109,42,65). Sum of RGB (Red+Green+Blue) = 109+42+65=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A41 is #92D5BE. Grayscale: #404040. Windows color (decimal): -9622975 or 4270701. OLE color: 4270701.
HSL color Cylindrical-coordinate representation of color #6D2A41: hue angle of 339.4º degrees, saturation: 0.44, 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 #6D2A41 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 65 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.57 |
| HSL | 339.4º | 0.44% | 0.3% | - |
| HSV(B) | 339.4º | 0.61% | 0.43% | - |
| XYZ | 8.09 | 5.29 | 5.6 | - |
| YUV | 64.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 65 | 0 | 0.61 | 0.40 | 0.57 | 339.4 | 0.44 | 0.3 |
| Hex | 6D | 2A | 41 | 0 | 3D | 28 | 39 | 153 | 2C | 1E |
| Octal | 155 | 52 | 101 | 0 | 75 | 50 | 71 | 523 | 54 | 36 |
| Binary | 1101101 | 101010 | 1000001 | 0 | 111101 | 101000 | 111001 | 101010011 | 101100 | 11110 |
Color Harmonies of #6D2A41
Complementary color
Monochromatic Colors of #6D2A41
Black with #6D2A41
Text Example
Text Example
White with #6D2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A41; }
p { color: rgb(109,42,65); }
H1.HeaderClassName
{
color: #6D2A41;
}
.AnyTagClassName
{
color: #6D2A41;
}
</style>
background-color css
<style>
a { background-color: #6D2A41; }
a { background-color: rgb(109,42,65); }
div.DivClassName
{
background-color: #6D2A41;
}
.BgClassName
{
background-color: #6D2A41;
}
</style>
border-color css
<style>
span { border-color: #6D2A41; }
span { border-color: rgb(109,42,65); }
td.TdClassName
{
border-color: #6D2A41;
}
.TagClassName
{
border-color: #6D2A41;
}
</style>