Shades of Black Rose #5C283A
Tints of Black Rose #5C283A
RGB
CMYK
RGB Variations
Color information
#5C283A (or 0x5C283A) is known color: Black Rose. HEX triplet: 5C, 28 and 3A. RGB value is (92,40,58). Sum of RGB (Red+Green+Blue) = 92+40+58=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C283A is #A3D7C5. Grayscale: #393939. Windows color (decimal): -10737606 or 3811420. OLE color: 3811420.
HSL color Cylindrical-coordinate representation of color #5C283A: hue angle of 339.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C283A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 58 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.64 |
| HSL | 339.23º | 0.39% | 0.26% | - |
| HSV(B) | 339.23º | 0.57% | 0.36% | - |
| XYZ | 5.94 | 4.1 | 4.48 | - |
| YUV | 57.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 58 | 0 | 0.57 | 0.37 | 0.64 | 339.23 | 0.39 | 0.26 |
| Hex | 5C | 28 | 3A | 0 | 39 | 25 | 40 | 153 | 27 | 1A |
| Octal | 134 | 50 | 72 | 0 | 71 | 45 | 100 | 523 | 47 | 32 |
| Binary | 1011100 | 101000 | 111010 | 0 | 111001 | 100101 | 1000000 | 101010011 | 100111 | 11010 |
Color Harmonies of #5C283A
Complementary color
Monochromatic Colors of #5C283A
Black with #5C283A
Text Example
Text Example
White with #5C283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C283A; }
p { color: rgb(92,40,58); }
H1.HeaderClassName
{
color: #5C283A;
}
.AnyTagClassName
{
color: #5C283A;
}
</style>
background-color css
<style>
a { background-color: #5C283A; }
a { background-color: rgb(92,40,58); }
div.DivClassName
{
background-color: #5C283A;
}
.BgClassName
{
background-color: #5C283A;
}
</style>
border-color css
<style>
span { border-color: #5C283A; }
span { border-color: rgb(92,40,58); }
td.TdClassName
{
border-color: #5C283A;
}
.TagClassName
{
border-color: #5C283A;
}
</style>