Shades of Siren #5C2C3F
Tints of Siren #5C2C3F
RGB
CMYK
RGB Variations
Color information
#5C2C3F (or 0x5C2C3F) is known color: Siren. HEX triplet: 5C, 2C and 3F. RGB value is (92,44,63). Sum of RGB (Red+Green+Blue) = 92+44+63=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C3F is #A3D3C0. Grayscale: #3C3C3C. Windows color (decimal): -10736577 or 4140124. OLE color: 4140124.
HSL color Cylindrical-coordinate representation of color #5C2C3F: hue angle of 336.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C3F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 63 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.64 |
| HSL | 336.25º | 0.35% | 0.27% | - |
| HSV(B) | 336.25º | 0.52% | 0.36% | - |
| XYZ | 6.21 | 4.44 | 5.23 | - |
| YUV | 60.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 63 | 0 | 0.52 | 0.32 | 0.64 | 336.25 | 0.35 | 0.27 |
| Hex | 5C | 2C | 3F | 0 | 34 | 20 | 40 | 150 | 23 | 1B |
| Octal | 134 | 54 | 77 | 0 | 64 | 40 | 100 | 520 | 43 | 33 |
| Binary | 1011100 | 101100 | 111111 | 0 | 110100 | 100000 | 1000000 | 101010000 | 100011 | 11011 |
Color Harmonies of #5C2C3F
Complementary color
Monochromatic Colors of #5C2C3F
Black with #5C2C3F
Text Example
Text Example
White with #5C2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C3F; }
p { color: rgb(92,44,63); }
H1.HeaderClassName
{
color: #5C2C3F;
}
.AnyTagClassName
{
color: #5C2C3F;
}
</style>
background-color css
<style>
a { background-color: #5C2C3F; }
a { background-color: rgb(92,44,63); }
div.DivClassName
{
background-color: #5C2C3F;
}
.BgClassName
{
background-color: #5C2C3F;
}
</style>
border-color css
<style>
span { border-color: #5C2C3F; }
span { border-color: rgb(92,44,63); }
td.TdClassName
{
border-color: #5C2C3F;
}
.TagClassName
{
border-color: #5C2C3F;
}
</style>