Shades of Black Rose #5C2432
Tints of Black Rose #5C2432
RGB
CMYK
RGB Variations
Color information
#5C2432 (or 0x5C2432) is known color: Black Rose. HEX triplet: 5C, 24 and 32. RGB value is (92,36,50). Sum of RGB (Red+Green+Blue) = 92+36+50=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2432 is #A3DBCD. Grayscale: #363636. Windows color (decimal): -10738638 or 3286108. OLE color: 3286108.
HSL color Cylindrical-coordinate representation of color #5C2432: hue angle of 345º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C2432 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 36 | 50 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.64 |
| HSL | 345º | 0.44% | 0.25% | - |
| HSV(B) | 345º | 0.61% | 0.36% | - |
| XYZ | 5.62 | 3.77 | 3.45 | - |
| YUV | 54.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 50 | 0 | 0.61 | 0.46 | 0.64 | 345 | 0.44 | 0.25 |
| Hex | 5C | 24 | 32 | 0 | 3D | 2E | 40 | 159 | 2C | 19 |
| Octal | 134 | 44 | 62 | 0 | 75 | 56 | 100 | 531 | 54 | 31 |
| Binary | 1011100 | 100100 | 110010 | 0 | 111101 | 101110 | 1000000 | 101011001 | 101100 | 11001 |
Color Harmonies of #5C2432
Complementary color
Monochromatic Colors of #5C2432
Black with #5C2432
Text Example
Text Example
White with #5C2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2432; }
p { color: rgb(92,36,50); }
H1.HeaderClassName
{
color: #5C2432;
}
.AnyTagClassName
{
color: #5C2432;
}
</style>
background-color css
<style>
a { background-color: #5C2432; }
a { background-color: rgb(92,36,50); }
div.DivClassName
{
background-color: #5C2432;
}
.BgClassName
{
background-color: #5C2432;
}
</style>
border-color css
<style>
span { border-color: #5C2432; }
span { border-color: rgb(92,36,50); }
td.TdClassName
{
border-color: #5C2432;
}
.TagClassName
{
border-color: #5C2432;
}
</style>