Shades of Siren #5C293D
Tints of Siren #5C293D
RGB
CMYK
RGB Variations
Color information
#5C293D (or 0x5C293D) is known color: Siren. HEX triplet: 5C, 29 and 3D. RGB value is (92,41,61). Sum of RGB (Red+Green+Blue) = 92+41+61=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C293D is #A3D6C2. Grayscale: #3A3A3A. Windows color (decimal): -10737347 or 4008284. OLE color: 4008284.
HSL color Cylindrical-coordinate representation of color #5C293D: hue angle of 336.47º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C293D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 41 | 61 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.64 |
| HSL | 336.47º | 0.38% | 0.26% | - |
| HSV(B) | 336.47º | 0.55% | 0.36% | - |
| XYZ | 6.05 | 4.2 | 4.91 | - |
| YUV | 58.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 61 | 0 | 0.55 | 0.34 | 0.64 | 336.47 | 0.38 | 0.26 |
| Hex | 5C | 29 | 3D | 0 | 37 | 22 | 40 | 150 | 26 | 1A |
| Octal | 134 | 51 | 75 | 0 | 67 | 42 | 100 | 520 | 46 | 32 |
| Binary | 1011100 | 101001 | 111101 | 0 | 110111 | 100010 | 1000000 | 101010000 | 100110 | 11010 |
Color Harmonies of #5C293D
Complementary color
Monochromatic Colors of #5C293D
Black with #5C293D
Text Example
Text Example
White with #5C293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C293D; }
p { color: rgb(92,41,61); }
H1.HeaderClassName
{
color: #5C293D;
}
.AnyTagClassName
{
color: #5C293D;
}
</style>
background-color css
<style>
a { background-color: #5C293D; }
a { background-color: rgb(92,41,61); }
div.DivClassName
{
background-color: #5C293D;
}
.BgClassName
{
background-color: #5C293D;
}
</style>
border-color css
<style>
span { border-color: #5C293D; }
span { border-color: rgb(92,41,61); }
td.TdClassName
{
border-color: #5C293D;
}
.TagClassName
{
border-color: #5C293D;
}
</style>