Shades of Black Rose #5C1834
Tints of Black Rose #5C1834
RGB
CMYK
RGB Variations
Color information
#5C1834 (or 0x5C1834) is known color: Black Rose. HEX triplet: 5C, 18 and 34. RGB value is (92,24,52). Sum of RGB (Red+Green+Blue) = 92+24+52=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1834 is #A3E7CB. Grayscale: #2F2F2F. Windows color (decimal): -10741708 or 3414108. OLE color: 3414108.
HSL color Cylindrical-coordinate representation of color #5C1834: hue angle of 335.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C1834 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 52 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.64 |
| HSL | 335.29º | 0.59% | 0.23% | - |
| HSV(B) | 335.29º | 0.74% | 0.36% | - |
| XYZ | 5.36 | 3.18 | 3.58 | - |
| YUV | 47.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 52 | 0 | 0.74 | 0.43 | 0.64 | 335.29 | 0.59 | 0.23 |
| Hex | 5C | 18 | 34 | 0 | 4A | 2B | 40 | 14F | 3B | 17 |
| Octal | 134 | 30 | 64 | 0 | 112 | 53 | 100 | 517 | 73 | 27 |
| Binary | 1011100 | 11000 | 110100 | 0 | 1001010 | 101011 | 1000000 | 101001111 | 111011 | 10111 |
Color Harmonies of #5C1834
Complementary color
Monochromatic Colors of #5C1834
Black with #5C1834
Text Example
Text Example
White with #5C1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1834; }
p { color: rgb(92,24,52); }
H1.HeaderClassName
{
color: #5C1834;
}
.AnyTagClassName
{
color: #5C1834;
}
</style>
background-color css
<style>
a { background-color: #5C1834; }
a { background-color: rgb(92,24,52); }
div.DivClassName
{
background-color: #5C1834;
}
.BgClassName
{
background-color: #5C1834;
}
</style>
border-color css
<style>
span { border-color: #5C1834; }
span { border-color: rgb(92,24,52); }
td.TdClassName
{
border-color: #5C1834;
}
.TagClassName
{
border-color: #5C1834;
}
</style>