Shades of Siren #6F2641
Tints of Siren #6F2641
RGB
CMYK
RGB Variations
Color information
#6F2641 (or 0x6F2641) is known color: Siren. HEX triplet: 6F, 26 and 41. RGB value is (111,38,65). Sum of RGB (Red+Green+Blue) = 111+38+65=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2641 is #90D9BE. Grayscale: #3E3E3E. Windows color (decimal): -9492927 or 4269679. OLE color: 4269679.
HSL color Cylindrical-coordinate representation of color #6F2641: hue angle of 337.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2641 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 65 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.56 |
| HSL | 337.81º | 0.49% | 0.29% | - |
| HSV(B) | 337.81º | 0.66% | 0.44% | - |
| XYZ | 8.2 | 5.15 | 5.56 | - |
| YUV | 62.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 65 | 0 | 0.66 | 0.41 | 0.56 | 337.81 | 0.49 | 0.29 |
| Hex | 6F | 26 | 41 | 0 | 42 | 29 | 38 | 152 | 31 | 1D |
| Octal | 157 | 46 | 101 | 0 | 102 | 51 | 70 | 522 | 61 | 35 |
| Binary | 1101111 | 100110 | 1000001 | 0 | 1000010 | 101001 | 111000 | 101010010 | 110001 | 11101 |
Color Harmonies of #6F2641
Complementary color
Monochromatic Colors of #6F2641
Black with #6F2641
Text Example
Text Example
White with #6F2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2641; }
p { color: rgb(111,38,65); }
H1.HeaderClassName
{
color: #6F2641;
}
.AnyTagClassName
{
color: #6F2641;
}
</style>
background-color css
<style>
a { background-color: #6F2641; }
a { background-color: rgb(111,38,65); }
div.DivClassName
{
background-color: #6F2641;
}
.BgClassName
{
background-color: #6F2641;
}
</style>
border-color css
<style>
span { border-color: #6F2641; }
span { border-color: rgb(111,38,65); }
td.TdClassName
{
border-color: #6F2641;
}
.TagClassName
{
border-color: #6F2641;
}
</style>