Shades of Siren #6F2D3D
Tints of Siren #6F2D3D
RGB
CMYK
RGB Variations
Color information
#6F2D3D (or 0x6F2D3D) is known color: Siren. HEX triplet: 6F, 2D and 3D. RGB value is (111,45,61). Sum of RGB (Red+Green+Blue) = 111+45+61=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D3D is #90D2C2. Grayscale: #424242. Windows color (decimal): -9491139 or 4009327. OLE color: 4009327.
HSL color Cylindrical-coordinate representation of color #6F2D3D: hue angle of 345.45º degrees, saturation: 0.42, 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 #6F2D3D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 61 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.56 |
| HSL | 345.45º | 0.42% | 0.31% | - |
| HSV(B) | 345.45º | 0.59% | 0.44% | - |
| XYZ | 8.34 | 5.59 | 5.06 | - |
| YUV | 66.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 61 | 0 | 0.59 | 0.45 | 0.56 | 345.45 | 0.42 | 0.31 |
| Hex | 6F | 2D | 3D | 0 | 3B | 2D | 38 | 159 | 2A | 1F |
| Octal | 157 | 55 | 75 | 0 | 73 | 55 | 70 | 531 | 52 | 37 |
| Binary | 1101111 | 101101 | 111101 | 0 | 111011 | 101101 | 111000 | 101011001 | 101010 | 11111 |
Color Harmonies of #6F2D3D
Complementary color
Monochromatic Colors of #6F2D3D
Black with #6F2D3D
Text Example
Text Example
White with #6F2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D3D; }
p { color: rgb(111,45,61); }
H1.HeaderClassName
{
color: #6F2D3D;
}
.AnyTagClassName
{
color: #6F2D3D;
}
</style>
background-color css
<style>
a { background-color: #6F2D3D; }
a { background-color: rgb(111,45,61); }
div.DivClassName
{
background-color: #6F2D3D;
}
.BgClassName
{
background-color: #6F2D3D;
}
</style>
border-color css
<style>
span { border-color: #6F2D3D; }
span { border-color: rgb(111,45,61); }
td.TdClassName
{
border-color: #6F2D3D;
}
.TagClassName
{
border-color: #6F2D3D;
}
</style>