Shades of Black Rose #5C1C2E
Tints of Black Rose #5C1C2E
RGB
CMYK
RGB Variations
Color information
#5C1C2E (or 0x5C1C2E) is known color: Black Rose. HEX triplet: 5C, 1C and 2E. RGB value is (92,28,46). Sum of RGB (Red+Green+Blue) = 92+28+46=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C2E is #A3E3D1. Grayscale: #313131. Windows color (decimal): -10740690 or 3021916. OLE color: 3021916.
HSL color Cylindrical-coordinate representation of color #5C1C2E: hue angle of 343.12º 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 #5C1C2E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 46 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.64 |
| HSL | 343.13º | 0.53% | 0.24% | - |
| HSV(B) | 343.13º | 0.7% | 0.36% | - |
| XYZ | 5.32 | 3.3 | 2.94 | - |
| YUV | 49.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 46 | 0 | 0.70 | 0.50 | 0.64 | 343.13 | 0.53 | 0.24 |
| Hex | 5C | 1C | 2E | 0 | 46 | 32 | 40 | 157 | 35 | 18 |
| Octal | 134 | 34 | 56 | 0 | 106 | 62 | 100 | 527 | 65 | 30 |
| Binary | 1011100 | 11100 | 101110 | 0 | 1000110 | 110010 | 1000000 | 101010111 | 110101 | 11000 |
Color Harmonies of #5C1C2E
Complementary color
Monochromatic Colors of #5C1C2E
Black with #5C1C2E
Text Example
Text Example
White with #5C1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C2E; }
p { color: rgb(92,28,46); }
H1.HeaderClassName
{
color: #5C1C2E;
}
.AnyTagClassName
{
color: #5C1C2E;
}
</style>
background-color css
<style>
a { background-color: #5C1C2E; }
a { background-color: rgb(92,28,46); }
div.DivClassName
{
background-color: #5C1C2E;
}
.BgClassName
{
background-color: #5C1C2E;
}
</style>
border-color css
<style>
span { border-color: #5C1C2E; }
span { border-color: rgb(92,28,46); }
td.TdClassName
{
border-color: #5C1C2E;
}
.TagClassName
{
border-color: #5C1C2E;
}
</style>