Shades of Siren #6C2D3F
Tints of Siren #6C2D3F
RGB
CMYK
RGB Variations
Color information
#6C2D3F (or 0x6C2D3F) is known color: Siren. HEX triplet: 6C, 2D and 3F. RGB value is (108,45,63). Sum of RGB (Red+Green+Blue) = 108+45+63=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D3F is #93D2C0. Grayscale: #414141. Windows color (decimal): -9687745 or 4140396. OLE color: 4140396.
HSL color Cylindrical-coordinate representation of color #6C2D3F: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D3F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 63 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.58 |
| HSL | 342.86º | 0.41% | 0.3% | - |
| HSV(B) | 342.86º | 0.58% | 0.42% | - |
| XYZ | 8.02 | 5.42 | 5.33 | - |
| YUV | 65.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 63 | 0 | 0.58 | 0.42 | 0.58 | 342.86 | 0.41 | 0.3 |
| Hex | 6C | 2D | 3F | 0 | 3A | 2A | 3A | 157 | 29 | 1E |
| Octal | 154 | 55 | 77 | 0 | 72 | 52 | 72 | 527 | 51 | 36 |
| Binary | 1101100 | 101101 | 111111 | 0 | 111010 | 101010 | 111010 | 101010111 | 101001 | 11110 |
Color Harmonies of #6C2D3F
Complementary color
Monochromatic Colors of #6C2D3F
Black with #6C2D3F
Text Example
Text Example
White with #6C2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D3F; }
p { color: rgb(108,45,63); }
H1.HeaderClassName
{
color: #6C2D3F;
}
.AnyTagClassName
{
color: #6C2D3F;
}
</style>
background-color css
<style>
a { background-color: #6C2D3F; }
a { background-color: rgb(108,45,63); }
div.DivClassName
{
background-color: #6C2D3F;
}
.BgClassName
{
background-color: #6C2D3F;
}
</style>
border-color css
<style>
span { border-color: #6C2D3F; }
span { border-color: rgb(108,45,63); }
td.TdClassName
{
border-color: #6C2D3F;
}
.TagClassName
{
border-color: #6C2D3F;
}
</style>