Shades of Siren #6D213A
Tints of Siren #6D213A
RGB
CMYK
RGB Variations
Color information
#6D213A (or 0x6D213A) is known color: Siren. HEX triplet: 6D, 21 and 3A. RGB value is (109,33,58). Sum of RGB (Red+Green+Blue) = 109+33+58=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D213A is #92DEC5. Grayscale: #3A3A3A. Windows color (decimal): -9625286 or 3809645. OLE color: 3809645.
HSL color Cylindrical-coordinate representation of color #6D213A: hue angle of 340.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D213A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 58 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.57 |
| HSL | 340.26º | 0.54% | 0.28% | - |
| HSV(B) | 340.26º | 0.7% | 0.43% | - |
| XYZ | 7.61 | 4.64 | 4.5 | - |
| YUV | 58.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 58 | 0 | 0.70 | 0.47 | 0.57 | 340.26 | 0.54 | 0.28 |
| Hex | 6D | 21 | 3A | 0 | 46 | 2F | 39 | 154 | 36 | 1C |
| Octal | 155 | 41 | 72 | 0 | 106 | 57 | 71 | 524 | 66 | 34 |
| Binary | 1101101 | 100001 | 111010 | 0 | 1000110 | 101111 | 111001 | 101010100 | 110110 | 11100 |
Color Harmonies of #6D213A
Complementary color
Monochromatic Colors of #6D213A
Black with #6D213A
Text Example
Text Example
White with #6D213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D213A; }
p { color: rgb(109,33,58); }
H1.HeaderClassName
{
color: #6D213A;
}
.AnyTagClassName
{
color: #6D213A;
}
</style>
background-color css
<style>
a { background-color: #6D213A; }
a { background-color: rgb(109,33,58); }
div.DivClassName
{
background-color: #6D213A;
}
.BgClassName
{
background-color: #6D213A;
}
</style>
border-color css
<style>
span { border-color: #6D213A; }
span { border-color: rgb(109,33,58); }
td.TdClassName
{
border-color: #6D213A;
}
.TagClassName
{
border-color: #6D213A;
}
</style>