Shades of Siren #6B2841
Tints of Siren #6B2841
RGB
CMYK
RGB Variations
Color information
#6B2841 (or 0x6B2841) is known color: Siren. HEX triplet: 6B, 28 and 41. RGB value is (107,40,65). Sum of RGB (Red+Green+Blue) = 107+40+65=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2841 is #94D7BE. Grayscale: #3E3E3E. Windows color (decimal): -9754559 or 4270187. OLE color: 4270187.
HSL color Cylindrical-coordinate representation of color #6B2841: hue angle of 337.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B2841 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 65 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.58 |
| HSL | 337.61º | 0.46% | 0.29% | - |
| HSV(B) | 337.61º | 0.63% | 0.42% | - |
| XYZ | 7.78 | 5.03 | 5.56 | - |
| YUV | 62.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 65 | 0 | 0.63 | 0.39 | 0.58 | 337.61 | 0.46 | 0.29 |
| Hex | 6B | 28 | 41 | 0 | 3F | 27 | 3A | 152 | 2E | 1D |
| Octal | 153 | 50 | 101 | 0 | 77 | 47 | 72 | 522 | 56 | 35 |
| Binary | 1101011 | 101000 | 1000001 | 0 | 111111 | 100111 | 111010 | 101010010 | 101110 | 11101 |
Color Harmonies of #6B2841
Complementary color
Monochromatic Colors of #6B2841
Black with #6B2841
Text Example
Text Example
White with #6B2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2841; }
p { color: rgb(107,40,65); }
H1.HeaderClassName
{
color: #6B2841;
}
.AnyTagClassName
{
color: #6B2841;
}
</style>
background-color css
<style>
a { background-color: #6B2841; }
a { background-color: rgb(107,40,65); }
div.DivClassName
{
background-color: #6B2841;
}
.BgClassName
{
background-color: #6B2841;
}
</style>
border-color css
<style>
span { border-color: #6B2841; }
span { border-color: rgb(107,40,65); }
td.TdClassName
{
border-color: #6B2841;
}
.TagClassName
{
border-color: #6B2841;
}
</style>