Shades of Siren #6A1F39
Tints of Siren #6A1F39
RGB
CMYK
RGB Variations
Color information
#6A1F39 (or 0x6A1F39) is known color: Siren. HEX triplet: 6A, 1F and 39. RGB value is (106,31,57). Sum of RGB (Red+Green+Blue) = 106+31+57=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F39 is #95E0C6. Grayscale: #383838. Windows color (decimal): -9822407 or 3743594. OLE color: 3743594.
HSL color Cylindrical-coordinate representation of color #6A1F39: hue angle of 339.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F39 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 57 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.58 |
| HSL | 339.2º | 0.55% | 0.27% | - |
| HSV(B) | 339.2º | 0.71% | 0.42% | - |
| XYZ | 7.17 | 4.34 | 4.33 | - |
| YUV | 56.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 57 | 0 | 0.71 | 0.46 | 0.58 | 339.2 | 0.55 | 0.27 |
| Hex | 6A | 1F | 39 | 0 | 47 | 2E | 3A | 153 | 37 | 1B |
| Octal | 152 | 37 | 71 | 0 | 107 | 56 | 72 | 523 | 67 | 33 |
| Binary | 1101010 | 11111 | 111001 | 0 | 1000111 | 101110 | 111010 | 101010011 | 110111 | 11011 |
Color Harmonies of #6A1F39
Complementary color
Monochromatic Colors of #6A1F39
Black with #6A1F39
Text Example
Text Example
White with #6A1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F39; }
p { color: rgb(106,31,57); }
H1.HeaderClassName
{
color: #6A1F39;
}
.AnyTagClassName
{
color: #6A1F39;
}
</style>
background-color css
<style>
a { background-color: #6A1F39; }
a { background-color: rgb(106,31,57); }
div.DivClassName
{
background-color: #6A1F39;
}
.BgClassName
{
background-color: #6A1F39;
}
</style>
border-color css
<style>
span { border-color: #6A1F39; }
span { border-color: rgb(106,31,57); }
td.TdClassName
{
border-color: #6A1F39;
}
.TagClassName
{
border-color: #6A1F39;
}
</style>