Shades of Black Rose #5C192F
Tints of Black Rose #5C192F
RGB
CMYK
RGB Variations
Color information
#5C192F (or 0x5C192F) is known color: Black Rose. HEX triplet: 5C, 19 and 2F. RGB value is (92,25,47). Sum of RGB (Red+Green+Blue) = 92+25+47=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C192F is #A3E6D0. Grayscale: #2F2F2F. Windows color (decimal): -10741457 or 3086684. OLE color: 3086684.
HSL color Cylindrical-coordinate representation of color #5C192F: hue angle of 340.3º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C192F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 25 | 47 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.64 |
| HSL | 340.3º | 0.57% | 0.23% | - |
| HSV(B) | 340.3º | 0.73% | 0.36% | - |
| XYZ | 5.27 | 3.18 | 3.02 | - |
| YUV | 47.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 47 | 0 | 0.73 | 0.49 | 0.64 | 340.3 | 0.57 | 0.23 |
| Hex | 5C | 19 | 2F | 0 | 49 | 31 | 40 | 154 | 39 | 17 |
| Octal | 134 | 31 | 57 | 0 | 111 | 61 | 100 | 524 | 71 | 27 |
| Binary | 1011100 | 11001 | 101111 | 0 | 1001001 | 110001 | 1000000 | 101010100 | 111001 | 10111 |
Color Harmonies of #5C192F
Complementary color
Monochromatic Colors of #5C192F
Black with #5C192F
Text Example
Text Example
White with #5C192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C192F; }
p { color: rgb(92,25,47); }
H1.HeaderClassName
{
color: #5C192F;
}
.AnyTagClassName
{
color: #5C192F;
}
</style>
background-color css
<style>
a { background-color: #5C192F; }
a { background-color: rgb(92,25,47); }
div.DivClassName
{
background-color: #5C192F;
}
.BgClassName
{
background-color: #5C192F;
}
</style>
border-color css
<style>
span { border-color: #5C192F; }
span { border-color: rgb(92,25,47); }
td.TdClassName
{
border-color: #5C192F;
}
.TagClassName
{
border-color: #5C192F;
}
</style>