Shades of Black Rose #5C1B2F
Tints of Black Rose #5C1B2F
RGB
CMYK
RGB Variations
Color information
#5C1B2F (or 0x5C1B2F) is known color: Black Rose. HEX triplet: 5C, 1B and 2F. RGB value is (92,27,47). Sum of RGB (Red+Green+Blue) = 92+27+47=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1B2F is #A3E4D0. Grayscale: #303030. Windows color (decimal): -10740945 or 3087196. OLE color: 3087196.
HSL color Cylindrical-coordinate representation of color #5C1B2F: hue angle of 341.54º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C1B2F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 27 | 47 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.64 |
| HSL | 341.54º | 0.55% | 0.23% | - |
| HSV(B) | 341.54º | 0.71% | 0.36% | - |
| XYZ | 5.32 | 3.26 | 3.04 | - |
| YUV | 48.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 47 | 0 | 0.71 | 0.49 | 0.64 | 341.54 | 0.55 | 0.23 |
| Hex | 5C | 1B | 2F | 0 | 47 | 31 | 40 | 156 | 37 | 17 |
| Octal | 134 | 33 | 57 | 0 | 107 | 61 | 100 | 526 | 67 | 27 |
| Binary | 1011100 | 11011 | 101111 | 0 | 1000111 | 110001 | 1000000 | 101010110 | 110111 | 10111 |
Color Harmonies of #5C1B2F
Complementary color
Monochromatic Colors of #5C1B2F
Black with #5C1B2F
Text Example
Text Example
White with #5C1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1B2F; }
p { color: rgb(92,27,47); }
H1.HeaderClassName
{
color: #5C1B2F;
}
.AnyTagClassName
{
color: #5C1B2F;
}
</style>
background-color css
<style>
a { background-color: #5C1B2F; }
a { background-color: rgb(92,27,47); }
div.DivClassName
{
background-color: #5C1B2F;
}
.BgClassName
{
background-color: #5C1B2F;
}
</style>
border-color css
<style>
span { border-color: #5C1B2F; }
span { border-color: rgb(92,27,47); }
td.TdClassName
{
border-color: #5C1B2F;
}
.TagClassName
{
border-color: #5C1B2F;
}
</style>