Shades of Siren #6B2D3F
Tints of Siren #6B2D3F
RGB
CMYK
RGB Variations
Color information
#6B2D3F (or 0x6B2D3F) is known color: Siren. HEX triplet: 6B, 2D and 3F. RGB value is (107,45,63). Sum of RGB (Red+Green+Blue) = 107+45+63=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D3F is #94D2C0. Grayscale: #414141. Windows color (decimal): -9753281 or 4140395. OLE color: 4140395.
HSL color Cylindrical-coordinate representation of color #6B2D3F: hue angle of 342.58º 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 #6B2D3F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 63 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.58 |
| HSL | 342.58º | 0.41% | 0.3% | - |
| HSV(B) | 342.58º | 0.58% | 0.42% | - |
| XYZ | 7.9 | 5.36 | 5.32 | - |
| YUV | 65.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 63 | 0 | 0.58 | 0.41 | 0.58 | 342.58 | 0.41 | 0.3 |
| Hex | 6B | 2D | 3F | 0 | 3A | 29 | 3A | 157 | 29 | 1E |
| Octal | 153 | 55 | 77 | 0 | 72 | 51 | 72 | 527 | 51 | 36 |
| Binary | 1101011 | 101101 | 111111 | 0 | 111010 | 101001 | 111010 | 101010111 | 101001 | 11110 |
Color Harmonies of #6B2D3F
Complementary color
Monochromatic Colors of #6B2D3F
Black with #6B2D3F
Text Example
Text Example
White with #6B2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D3F; }
p { color: rgb(107,45,63); }
H1.HeaderClassName
{
color: #6B2D3F;
}
.AnyTagClassName
{
color: #6B2D3F;
}
</style>
background-color css
<style>
a { background-color: #6B2D3F; }
a { background-color: rgb(107,45,63); }
div.DivClassName
{
background-color: #6B2D3F;
}
.BgClassName
{
background-color: #6B2D3F;
}
</style>
border-color css
<style>
span { border-color: #6B2D3F; }
span { border-color: rgb(107,45,63); }
td.TdClassName
{
border-color: #6B2D3F;
}
.TagClassName
{
border-color: #6B2D3F;
}
</style>