Shades of Black Rose #5C1C30
Tints of Black Rose #5C1C30
RGB
CMYK
RGB Variations
Color information
#5C1C30 (or 0x5C1C30) is known color: Black Rose. HEX triplet: 5C, 1C and 30. RGB value is (92,28,48). Sum of RGB (Red+Green+Blue) = 92+28+48=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C30 is #A3E3CF. Grayscale: #313131. Windows color (decimal): -10740688 or 3152988. OLE color: 3152988.
HSL color Cylindrical-coordinate representation of color #5C1C30: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1C30 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 48 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.64 |
| HSL | 341.25º | 0.53% | 0.24% | - |
| HSV(B) | 341.25º | 0.7% | 0.36% | - |
| XYZ | 5.36 | 3.32 | 3.15 | - |
| YUV | 49.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 48 | 0 | 0.70 | 0.48 | 0.64 | 341.25 | 0.53 | 0.24 |
| Hex | 5C | 1C | 30 | 0 | 46 | 30 | 40 | 155 | 35 | 18 |
| Octal | 134 | 34 | 60 | 0 | 106 | 60 | 100 | 525 | 65 | 30 |
| Binary | 1011100 | 11100 | 110000 | 0 | 1000110 | 110000 | 1000000 | 101010101 | 110101 | 11000 |
Color Harmonies of #5C1C30
Complementary color
Monochromatic Colors of #5C1C30
Black with #5C1C30
Text Example
Text Example
White with #5C1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C30; }
p { color: rgb(92,28,48); }
H1.HeaderClassName
{
color: #5C1C30;
}
.AnyTagClassName
{
color: #5C1C30;
}
</style>
background-color css
<style>
a { background-color: #5C1C30; }
a { background-color: rgb(92,28,48); }
div.DivClassName
{
background-color: #5C1C30;
}
.BgClassName
{
background-color: #5C1C30;
}
</style>
border-color css
<style>
span { border-color: #5C1C30; }
span { border-color: rgb(92,28,48); }
td.TdClassName
{
border-color: #5C1C30;
}
.TagClassName
{
border-color: #5C1C30;
}
</style>