Shades of Siren #5C2A3D
Tints of Siren #5C2A3D
RGB
CMYK
RGB Variations
Color information
#5C2A3D (or 0x5C2A3D) is known color: Siren. HEX triplet: 5C, 2A and 3D. RGB value is (92,42,61). Sum of RGB (Red+Green+Blue) = 92+42+61=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2A3D is #A3D5C2. Grayscale: #3B3B3B. Windows color (decimal): -10737091 or 4008540. OLE color: 4008540.
HSL color Cylindrical-coordinate representation of color #5C2A3D: hue angle of 337.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C2A3D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 42 | 61 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.64 |
| HSL | 337.2º | 0.37% | 0.26% | - |
| HSV(B) | 337.2º | 0.54% | 0.36% | - |
| XYZ | 6.08 | 4.27 | 4.92 | - |
| YUV | 59.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 61 | 0 | 0.54 | 0.34 | 0.64 | 337.2 | 0.37 | 0.26 |
| Hex | 5C | 2A | 3D | 0 | 36 | 22 | 40 | 151 | 25 | 1A |
| Octal | 134 | 52 | 75 | 0 | 66 | 42 | 100 | 521 | 45 | 32 |
| Binary | 1011100 | 101010 | 111101 | 0 | 110110 | 100010 | 1000000 | 101010001 | 100101 | 11010 |
Color Harmonies of #5C2A3D
Complementary color
Monochromatic Colors of #5C2A3D
Black with #5C2A3D
Text Example
Text Example
White with #5C2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A3D; }
p { color: rgb(92,42,61); }
H1.HeaderClassName
{
color: #5C2A3D;
}
.AnyTagClassName
{
color: #5C2A3D;
}
</style>
background-color css
<style>
a { background-color: #5C2A3D; }
a { background-color: rgb(92,42,61); }
div.DivClassName
{
background-color: #5C2A3D;
}
.BgClassName
{
background-color: #5C2A3D;
}
</style>
border-color css
<style>
span { border-color: #5C2A3D; }
span { border-color: rgb(92,42,61); }
td.TdClassName
{
border-color: #5C2A3D;
}
.TagClassName
{
border-color: #5C2A3D;
}
</style>