Shades of Siren #68293A
Tints of Siren #68293A
RGB
CMYK
RGB Variations
Color information
#68293A (or 0x68293A) is known color: Siren. HEX triplet: 68, 29 and 3A. RGB value is (104,41,58). Sum of RGB (Red+Green+Blue) = 104+41+58=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68293A is #97D6C5. Grayscale: #3D3D3D. Windows color (decimal): -9950918 or 3811688. OLE color: 3811688.
HSL color Cylindrical-coordinate representation of color #68293A: hue angle of 343.81º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68293A is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 58 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.59 |
| HSL | 343.81º | 0.43% | 0.28% | - |
| HSV(B) | 343.81º | 0.61% | 0.41% | - |
| XYZ | 7.27 | 4.83 | 4.55 | - |
| YUV | 61.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 58 | 0 | 0.61 | 0.44 | 0.59 | 343.81 | 0.43 | 0.28 |
| Hex | 68 | 29 | 3A | 0 | 3D | 2C | 3B | 158 | 2B | 1C |
| Octal | 150 | 51 | 72 | 0 | 75 | 54 | 73 | 530 | 53 | 34 |
| Binary | 1101000 | 101001 | 111010 | 0 | 111101 | 101100 | 111011 | 101011000 | 101011 | 11100 |
Color Harmonies of #68293A
Complementary color
Monochromatic Colors of #68293A
Black with #68293A
Text Example
Text Example
White with #68293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68293A; }
p { color: rgb(104,41,58); }
H1.HeaderClassName
{
color: #68293A;
}
.AnyTagClassName
{
color: #68293A;
}
</style>
background-color css
<style>
a { background-color: #68293A; }
a { background-color: rgb(104,41,58); }
div.DivClassName
{
background-color: #68293A;
}
.BgClassName
{
background-color: #68293A;
}
</style>
border-color css
<style>
span { border-color: #68293A; }
span { border-color: rgb(104,41,58); }
td.TdClassName
{
border-color: #68293A;
}
.TagClassName
{
border-color: #68293A;
}
</style>