Shades of Siren #5B2A3F
Tints of Siren #5B2A3F
RGB
CMYK
RGB Variations
Color information
#5B2A3F (or 0x5B2A3F) is known color: Siren. HEX triplet: 5B, 2A and 3F. RGB value is (91,42,63). Sum of RGB (Red+Green+Blue) = 91+42+63=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2A3F is #A4D5C0. Grayscale: #3B3B3B. Windows color (decimal): -10802625 or 4139611. OLE color: 4139611.
HSL color Cylindrical-coordinate representation of color #5B2A3F: hue angle of 334.29º 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 #5B2A3F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 63 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.64 |
| HSL | 334.29º | 0.37% | 0.26% | - |
| HSV(B) | 334.29º | 0.54% | 0.36% | - |
| XYZ | 6.04 | 4.24 | 5.2 | - |
| YUV | 59.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 63 | 0 | 0.54 | 0.31 | 0.64 | 334.29 | 0.37 | 0.26 |
| Hex | 5B | 2A | 3F | 0 | 36 | 1F | 40 | 14E | 25 | 1A |
| Octal | 133 | 52 | 77 | 0 | 66 | 37 | 100 | 516 | 45 | 32 |
| Binary | 1011011 | 101010 | 111111 | 0 | 110110 | 11111 | 1000000 | 101001110 | 100101 | 11010 |
Color Harmonies of #5B2A3F
Complementary color
Monochromatic Colors of #5B2A3F
Black with #5B2A3F
Text Example
Text Example
White with #5B2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A3F; }
p { color: rgb(91,42,63); }
H1.HeaderClassName
{
color: #5B2A3F;
}
.AnyTagClassName
{
color: #5B2A3F;
}
</style>
background-color css
<style>
a { background-color: #5B2A3F; }
a { background-color: rgb(91,42,63); }
div.DivClassName
{
background-color: #5B2A3F;
}
.BgClassName
{
background-color: #5B2A3F;
}
</style>
border-color css
<style>
span { border-color: #5B2A3F; }
span { border-color: rgb(91,42,63); }
td.TdClassName
{
border-color: #5B2A3F;
}
.TagClassName
{
border-color: #5B2A3F;
}
</style>