Shades of Siren #682A3B
Tints of Siren #682A3B
RGB
CMYK
RGB Variations
Color information
#682A3B (or 0x682A3B) is known color: Siren. HEX triplet: 68, 2A and 3B. RGB value is (104,42,59). Sum of RGB (Red+Green+Blue) = 104+42+59=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #682A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A3B is #97D5C4. Grayscale: #3E3E3E. Windows color (decimal): -9950661 or 3877480. OLE color: 3877480.
HSL color Cylindrical-coordinate representation of color #682A3B: hue angle of 343.55º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A3B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 59 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.59 |
| HSL | 343.55º | 0.42% | 0.29% | - |
| HSV(B) | 343.55º | 0.6% | 0.41% | - |
| XYZ | 7.33 | 4.91 | 4.7 | - |
| YUV | 62.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 59 | 0 | 0.60 | 0.43 | 0.59 | 343.55 | 0.42 | 0.29 |
| Hex | 68 | 2A | 3B | 0 | 3C | 2B | 3B | 158 | 2A | 1D |
| Octal | 150 | 52 | 73 | 0 | 74 | 53 | 73 | 530 | 52 | 35 |
| Binary | 1101000 | 101010 | 111011 | 0 | 111100 | 101011 | 111011 | 101011000 | 101010 | 11101 |
Color Harmonies of #682A3B
Complementary color
Monochromatic Colors of #682A3B
Black with #682A3B
Text Example
Text Example
White with #682A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A3B; }
p { color: rgb(104,42,59); }
H1.HeaderClassName
{
color: #682A3B;
}
.AnyTagClassName
{
color: #682A3B;
}
</style>
background-color css
<style>
a { background-color: #682A3B; }
a { background-color: rgb(104,42,59); }
div.DivClassName
{
background-color: #682A3B;
}
.BgClassName
{
background-color: #682A3B;
}
</style>
border-color css
<style>
span { border-color: #682A3B; }
span { border-color: rgb(104,42,59); }
td.TdClassName
{
border-color: #682A3B;
}
.TagClassName
{
border-color: #682A3B;
}
</style>