Shades of Siren #6F2E3F
Tints of Siren #6F2E3F
RGB
CMYK
RGB Variations
Color information
#6F2E3F (or 0x6F2E3F) is known color: Siren. HEX triplet: 6F, 2E and 3F. RGB value is (111,46,63). Sum of RGB (Red+Green+Blue) = 111+46+63=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E3F is #90D1C0. Grayscale: #434343. Windows color (decimal): -9490881 or 4140655. OLE color: 4140655.
HSL color Cylindrical-coordinate representation of color #6F2E3F: hue angle of 344.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E3F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 63 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.56 |
| HSL | 344.31º | 0.41% | 0.31% | - |
| HSV(B) | 344.31º | 0.59% | 0.44% | - |
| XYZ | 8.43 | 5.69 | 5.36 | - |
| YUV | 67.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 63 | 0 | 0.59 | 0.43 | 0.56 | 344.31 | 0.41 | 0.31 |
| Hex | 6F | 2E | 3F | 0 | 3B | 2B | 38 | 158 | 29 | 1F |
| Octal | 157 | 56 | 77 | 0 | 73 | 53 | 70 | 530 | 51 | 37 |
| Binary | 1101111 | 101110 | 111111 | 0 | 111011 | 101011 | 111000 | 101011000 | 101001 | 11111 |
Color Harmonies of #6F2E3F
Complementary color
Monochromatic Colors of #6F2E3F
Black with #6F2E3F
Text Example
Text Example
White with #6F2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E3F; }
p { color: rgb(111,46,63); }
H1.HeaderClassName
{
color: #6F2E3F;
}
.AnyTagClassName
{
color: #6F2E3F;
}
</style>
background-color css
<style>
a { background-color: #6F2E3F; }
a { background-color: rgb(111,46,63); }
div.DivClassName
{
background-color: #6F2E3F;
}
.BgClassName
{
background-color: #6F2E3F;
}
</style>
border-color css
<style>
span { border-color: #6F2E3F; }
span { border-color: rgb(111,46,63); }
td.TdClassName
{
border-color: #6F2E3F;
}
.TagClassName
{
border-color: #6F2E3F;
}
</style>