Shades of Black Rose #5C2C38
Tints of Black Rose #5C2C38
RGB
CMYK
RGB Variations
Color information
#5C2C38 (or 0x5C2C38) is known color: Black Rose. HEX triplet: 5C, 2C and 38. RGB value is (92,44,56). Sum of RGB (Red+Green+Blue) = 92+44+56=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C38 is #A3D3C7. Grayscale: #3B3B3B. Windows color (decimal): -10736584 or 3681372. OLE color: 3681372.
HSL color Cylindrical-coordinate representation of color #5C2C38: hue angle of 345º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C38 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 56 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.64 |
| HSL | 345º | 0.35% | 0.27% | - |
| HSV(B) | 345º | 0.52% | 0.36% | - |
| XYZ | 6.03 | 4.36 | 4.27 | - |
| YUV | 59.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 56 | 0 | 0.52 | 0.39 | 0.64 | 345 | 0.35 | 0.27 |
| Hex | 5C | 2C | 38 | 0 | 34 | 27 | 40 | 159 | 23 | 1B |
| Octal | 134 | 54 | 70 | 0 | 64 | 47 | 100 | 531 | 43 | 33 |
| Binary | 1011100 | 101100 | 111000 | 0 | 110100 | 100111 | 1000000 | 101011001 | 100011 | 11011 |
Color Harmonies of #5C2C38
Complementary color
Monochromatic Colors of #5C2C38
Black with #5C2C38
Text Example
Text Example
White with #5C2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C38; }
p { color: rgb(92,44,56); }
H1.HeaderClassName
{
color: #5C2C38;
}
.AnyTagClassName
{
color: #5C2C38;
}
</style>
background-color css
<style>
a { background-color: #5C2C38; }
a { background-color: rgb(92,44,56); }
div.DivClassName
{
background-color: #5C2C38;
}
.BgClassName
{
background-color: #5C2C38;
}
</style>
border-color css
<style>
span { border-color: #5C2C38; }
span { border-color: rgb(92,44,56); }
td.TdClassName
{
border-color: #5C2C38;
}
.TagClassName
{
border-color: #5C2C38;
}
</style>