Shades of Black Rose #5C2E3C
Tints of Black Rose #5C2E3C
RGB
CMYK
RGB Variations
Color information
#5C2E3C (or 0x5C2E3C) is known color: Black Rose. HEX triplet: 5C, 2E and 3C. RGB value is (92,46,60). Sum of RGB (Red+Green+Blue) = 92+46+60=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E3C is #A3D1C3. Grayscale: #3D3D3D. Windows color (decimal): -10736068 or 3944028. OLE color: 3944028.
HSL color Cylindrical-coordinate representation of color #5C2E3C: hue angle of 341.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E3C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 60 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.64 |
| HSL | 341.74º | 0.33% | 0.27% | - |
| HSV(B) | 341.74º | 0.5% | 0.36% | - |
| XYZ | 6.21 | 4.56 | 4.83 | - |
| YUV | 61.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 60 | 0 | 0.50 | 0.35 | 0.64 | 341.74 | 0.33 | 0.27 |
| Hex | 5C | 2E | 3C | 0 | 32 | 23 | 40 | 156 | 21 | 1B |
| Octal | 134 | 56 | 74 | 0 | 62 | 43 | 100 | 526 | 41 | 33 |
| Binary | 1011100 | 101110 | 111100 | 0 | 110010 | 100011 | 1000000 | 101010110 | 100001 | 11011 |
Color Harmonies of #5C2E3C
Complementary color
Monochromatic Colors of #5C2E3C
Black with #5C2E3C
Text Example
Text Example
White with #5C2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E3C; }
p { color: rgb(92,46,60); }
H1.HeaderClassName
{
color: #5C2E3C;
}
.AnyTagClassName
{
color: #5C2E3C;
}
</style>
background-color css
<style>
a { background-color: #5C2E3C; }
a { background-color: rgb(92,46,60); }
div.DivClassName
{
background-color: #5C2E3C;
}
.BgClassName
{
background-color: #5C2E3C;
}
</style>
border-color css
<style>
span { border-color: #5C2E3C; }
span { border-color: rgb(92,46,60); }
td.TdClassName
{
border-color: #5C2E3C;
}
.TagClassName
{
border-color: #5C2E3C;
}
</style>