Shades of Siren #6F2841
Tints of Siren #6F2841
RGB
CMYK
RGB Variations
Color information
#6F2841 (or 0x6F2841) is known color: Siren. HEX triplet: 6F, 28 and 41. RGB value is (111,40,65). Sum of RGB (Red+Green+Blue) = 111+40+65=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2841 is #90D7BE. Grayscale: #404040. Windows color (decimal): -9492415 or 4270191. OLE color: 4270191.
HSL color Cylindrical-coordinate representation of color #6F2841: hue angle of 338.87º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2841 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 65 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.56 |
| HSL | 338.87º | 0.47% | 0.3% | - |
| HSV(B) | 338.87º | 0.64% | 0.44% | - |
| XYZ | 8.27 | 5.28 | 5.58 | - |
| YUV | 64.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 65 | 0 | 0.64 | 0.41 | 0.56 | 338.87 | 0.47 | 0.3 |
| Hex | 6F | 28 | 41 | 0 | 40 | 29 | 38 | 153 | 2F | 1E |
| Octal | 157 | 50 | 101 | 0 | 100 | 51 | 70 | 523 | 57 | 36 |
| Binary | 1101111 | 101000 | 1000001 | 0 | 1000000 | 101001 | 111000 | 101010011 | 101111 | 11110 |
Color Harmonies of #6F2841
Complementary color
Monochromatic Colors of #6F2841
Black with #6F2841
Text Example
Text Example
White with #6F2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2841; }
p { color: rgb(111,40,65); }
H1.HeaderClassName
{
color: #6F2841;
}
.AnyTagClassName
{
color: #6F2841;
}
</style>
background-color css
<style>
a { background-color: #6F2841; }
a { background-color: rgb(111,40,65); }
div.DivClassName
{
background-color: #6F2841;
}
.BgClassName
{
background-color: #6F2841;
}
</style>
border-color css
<style>
span { border-color: #6F2841; }
span { border-color: rgb(111,40,65); }
td.TdClassName
{
border-color: #6F2841;
}
.TagClassName
{
border-color: #6F2841;
}
</style>