Shades of Siren #682B41
Tints of Siren #682B41
RGB
CMYK
RGB Variations
Color information
#682B41 (or 0x682B41) is known color: Siren. HEX triplet: 68, 2B and 41. RGB value is (104,43,65). Sum of RGB (Red+Green+Blue) = 104+43+65=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B41 is #97D4BE. Grayscale: #3F3F3F. Windows color (decimal): -9950399 or 4270952. OLE color: 4270952.
HSL color Cylindrical-coordinate representation of color #682B41: hue angle of 338.36º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B41 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 65 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.59 |
| HSL | 338.36º | 0.41% | 0.29% | - |
| HSV(B) | 338.36º | 0.59% | 0.41% | - |
| XYZ | 7.53 | 5.05 | 5.58 | - |
| YUV | 63.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 65 | 0 | 0.59 | 0.38 | 0.59 | 338.36 | 0.41 | 0.29 |
| Hex | 68 | 2B | 41 | 0 | 3B | 26 | 3B | 152 | 29 | 1D |
| Octal | 150 | 53 | 101 | 0 | 73 | 46 | 73 | 522 | 51 | 35 |
| Binary | 1101000 | 101011 | 1000001 | 0 | 111011 | 100110 | 111011 | 101010010 | 101001 | 11101 |
Color Harmonies of #682B41
Complementary color
Monochromatic Colors of #682B41
Black with #682B41
Text Example
Text Example
White with #682B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B41; }
p { color: rgb(104,43,65); }
H1.HeaderClassName
{
color: #682B41;
}
.AnyTagClassName
{
color: #682B41;
}
</style>
background-color css
<style>
a { background-color: #682B41; }
a { background-color: rgb(104,43,65); }
div.DivClassName
{
background-color: #682B41;
}
.BgClassName
{
background-color: #682B41;
}
</style>
border-color css
<style>
span { border-color: #682B41; }
span { border-color: rgb(104,43,65); }
td.TdClassName
{
border-color: #682B41;
}
.TagClassName
{
border-color: #682B41;
}
</style>