Shades of Black Rose #5C1F32
Tints of Black Rose #5C1F32
RGB
CMYK
RGB Variations
Color information
#5C1F32 (or 0x5C1F32) is known color: Black Rose. HEX triplet: 5C, 1F and 32. RGB value is (92,31,50). Sum of RGB (Red+Green+Blue) = 92+31+50=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F32 is #A3E0CD. Grayscale: #333333. Windows color (decimal): -10739918 or 3284828. OLE color: 3284828.
HSL color Cylindrical-coordinate representation of color #5C1F32: hue angle of 341.31º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C1F32 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 31 | 50 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.64 |
| HSL | 341.31º | 0.5% | 0.24% | - |
| HSV(B) | 341.31º | 0.66% | 0.36% | - |
| XYZ | 5.48 | 3.49 | 3.4 | - |
| YUV | 51.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 50 | 0 | 0.66 | 0.46 | 0.64 | 341.31 | 0.5 | 0.24 |
| Hex | 5C | 1F | 32 | 0 | 42 | 2E | 40 | 155 | 32 | 18 |
| Octal | 134 | 37 | 62 | 0 | 102 | 56 | 100 | 525 | 62 | 30 |
| Binary | 1011100 | 11111 | 110010 | 0 | 1000010 | 101110 | 1000000 | 101010101 | 110010 | 11000 |
Color Harmonies of #5C1F32
Complementary color
Monochromatic Colors of #5C1F32
Black with #5C1F32
Text Example
Text Example
White with #5C1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F32; }
p { color: rgb(92,31,50); }
H1.HeaderClassName
{
color: #5C1F32;
}
.AnyTagClassName
{
color: #5C1F32;
}
</style>
background-color css
<style>
a { background-color: #5C1F32; }
a { background-color: rgb(92,31,50); }
div.DivClassName
{
background-color: #5C1F32;
}
.BgClassName
{
background-color: #5C1F32;
}
</style>
border-color css
<style>
span { border-color: #5C1F32; }
span { border-color: rgb(92,31,50); }
td.TdClassName
{
border-color: #5C1F32;
}
.TagClassName
{
border-color: #5C1F32;
}
</style>