Shades of Siren #683141
Tints of Siren #683141
RGB
CMYK
RGB Variations
Color information
#683141 (or 0x683141) is known color: Siren. HEX triplet: 68, 31 and 41. RGB value is (104,49,65). Sum of RGB (Red+Green+Blue) = 104+49+65=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #683141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683141 is #97CEBE. Grayscale: #434343. Windows color (decimal): -9948863 or 4272488. OLE color: 4272488.
HSL color Cylindrical-coordinate representation of color #683141: hue angle of 342.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683141 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 65 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.59 |
| HSL | 342.55º | 0.36% | 0.3% | - |
| HSV(B) | 342.55º | 0.53% | 0.41% | - |
| XYZ | 7.76 | 5.52 | 5.66 | - |
| YUV | 67.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 65 | 0 | 0.53 | 0.38 | 0.59 | 342.55 | 0.36 | 0.3 |
| Hex | 68 | 31 | 41 | 0 | 35 | 26 | 3B | 157 | 24 | 1E |
| Octal | 150 | 61 | 101 | 0 | 65 | 46 | 73 | 527 | 44 | 36 |
| Binary | 1101000 | 110001 | 1000001 | 0 | 110101 | 100110 | 111011 | 101010111 | 100100 | 11110 |
Color Harmonies of #683141
Complementary color
Monochromatic Colors of #683141
Black with #683141
Text Example
Text Example
White with #683141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683141; }
p { color: rgb(104,49,65); }
H1.HeaderClassName
{
color: #683141;
}
.AnyTagClassName
{
color: #683141;
}
</style>
background-color css
<style>
a { background-color: #683141; }
a { background-color: rgb(104,49,65); }
div.DivClassName
{
background-color: #683141;
}
.BgClassName
{
background-color: #683141;
}
</style>
border-color css
<style>
span { border-color: #683141; }
span { border-color: rgb(104,49,65); }
td.TdClassName
{
border-color: #683141;
}
.TagClassName
{
border-color: #683141;
}
</style>