Shades of Siren #6F2741
Tints of Siren #6F2741
RGB
CMYK
RGB Variations
Color information
#6F2741 (or 0x6F2741) is known color: Siren. HEX triplet: 6F, 27 and 41. RGB value is (111,39,65). Sum of RGB (Red+Green+Blue) = 111+39+65=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2741 is #90D8BE. Grayscale: #3F3F3F. Windows color (decimal): -9492671 or 4269935. OLE color: 4269935.
HSL color Cylindrical-coordinate representation of color #6F2741: hue angle of 338.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2741 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 65 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.56 |
| HSL | 338.33º | 0.48% | 0.29% | - |
| HSV(B) | 338.33º | 0.65% | 0.44% | - |
| XYZ | 8.24 | 5.21 | 5.57 | - |
| YUV | 63.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 65 | 0 | 0.65 | 0.41 | 0.56 | 338.33 | 0.48 | 0.29 |
| Hex | 6F | 27 | 41 | 0 | 41 | 29 | 38 | 152 | 30 | 1D |
| Octal | 157 | 47 | 101 | 0 | 101 | 51 | 70 | 522 | 60 | 35 |
| Binary | 1101111 | 100111 | 1000001 | 0 | 1000001 | 101001 | 111000 | 101010010 | 110000 | 11101 |
Color Harmonies of #6F2741
Complementary color
Monochromatic Colors of #6F2741
Black with #6F2741
Text Example
Text Example
White with #6F2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2741; }
p { color: rgb(111,39,65); }
H1.HeaderClassName
{
color: #6F2741;
}
.AnyTagClassName
{
color: #6F2741;
}
</style>
background-color css
<style>
a { background-color: #6F2741; }
a { background-color: rgb(111,39,65); }
div.DivClassName
{
background-color: #6F2741;
}
.BgClassName
{
background-color: #6F2741;
}
</style>
border-color css
<style>
span { border-color: #6F2741; }
span { border-color: rgb(111,39,65); }
td.TdClassName
{
border-color: #6F2741;
}
.TagClassName
{
border-color: #6F2741;
}
</style>