Shades of Siren #6F2C43
Tints of Siren #6F2C43
RGB
CMYK
RGB Variations
Color information
#6F2C43 (or 0x6F2C43) is known color: Siren. HEX triplet: 6F, 2C and 43. RGB value is (111,44,67). Sum of RGB (Red+Green+Blue) = 111+44+67=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C43 is #90D3BC. Grayscale: #424242. Windows color (decimal): -9491389 or 4402287. OLE color: 4402287.
HSL color Cylindrical-coordinate representation of color #6F2C43: hue angle of 339.4º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C43 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 67 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.56 |
| HSL | 339.4º | 0.43% | 0.3% | - |
| HSV(B) | 339.4º | 0.6% | 0.44% | - |
| XYZ | 8.47 | 5.59 | 5.94 | - |
| YUV | 66.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 67 | 0 | 0.60 | 0.40 | 0.56 | 339.4 | 0.43 | 0.3 |
| Hex | 6F | 2C | 43 | 0 | 3C | 28 | 38 | 153 | 2B | 1E |
| Octal | 157 | 54 | 103 | 0 | 74 | 50 | 70 | 523 | 53 | 36 |
| Binary | 1101111 | 101100 | 1000011 | 0 | 111100 | 101000 | 111000 | 101010011 | 101011 | 11110 |
Color Harmonies of #6F2C43
Complementary color
Monochromatic Colors of #6F2C43
Black with #6F2C43
Text Example
Text Example
White with #6F2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C43; }
p { color: rgb(111,44,67); }
H1.HeaderClassName
{
color: #6F2C43;
}
.AnyTagClassName
{
color: #6F2C43;
}
</style>
background-color css
<style>
a { background-color: #6F2C43; }
a { background-color: rgb(111,44,67); }
div.DivClassName
{
background-color: #6F2C43;
}
.BgClassName
{
background-color: #6F2C43;
}
</style>
border-color css
<style>
span { border-color: #6F2C43; }
span { border-color: rgb(111,44,67); }
td.TdClassName
{
border-color: #6F2C43;
}
.TagClassName
{
border-color: #6F2C43;
}
</style>