Shades of Siren #6C2D3B
Tints of Siren #6C2D3B
RGB
CMYK
RGB Variations
Color information
#6C2D3B (or 0x6C2D3B) is known color: Siren. HEX triplet: 6C, 2D and 3B. RGB value is (108,45,59). Sum of RGB (Red+Green+Blue) = 108+45+59=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D3B is #93D2C4. Grayscale: #414141. Windows color (decimal): -9687749 or 3878252. OLE color: 3878252.
HSL color Cylindrical-coordinate representation of color #6C2D3B: hue angle of 346.67º 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 #6C2D3B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 59 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.58 |
| HSL | 346.67º | 0.41% | 0.3% | - |
| HSV(B) | 346.67º | 0.58% | 0.42% | - |
| XYZ | 7.91 | 5.38 | 4.76 | - |
| YUV | 65.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 59 | 0 | 0.58 | 0.45 | 0.58 | 346.67 | 0.41 | 0.3 |
| Hex | 6C | 2D | 3B | 0 | 3A | 2D | 3A | 15B | 29 | 1E |
| Octal | 154 | 55 | 73 | 0 | 72 | 55 | 72 | 533 | 51 | 36 |
| Binary | 1101100 | 101101 | 111011 | 0 | 111010 | 101101 | 111010 | 101011011 | 101001 | 11110 |
Color Harmonies of #6C2D3B
Complementary color
Monochromatic Colors of #6C2D3B
Black with #6C2D3B
Text Example
Text Example
White with #6C2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D3B; }
p { color: rgb(108,45,59); }
H1.HeaderClassName
{
color: #6C2D3B;
}
.AnyTagClassName
{
color: #6C2D3B;
}
</style>
background-color css
<style>
a { background-color: #6C2D3B; }
a { background-color: rgb(108,45,59); }
div.DivClassName
{
background-color: #6C2D3B;
}
.BgClassName
{
background-color: #6C2D3B;
}
</style>
border-color css
<style>
span { border-color: #6C2D3B; }
span { border-color: rgb(108,45,59); }
td.TdClassName
{
border-color: #6C2D3B;
}
.TagClassName
{
border-color: #6C2D3B;
}
</style>