Shades of Black Rose #5C2535
Tints of Black Rose #5C2535
RGB
CMYK
RGB Variations
Color information
#5C2535 (or 0x5C2535) is known color: Black Rose. HEX triplet: 5C, 25 and 35. RGB value is (92,37,53). Sum of RGB (Red+Green+Blue) = 92+37+53=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2535 is #A3DACA. Grayscale: #373737. Windows color (decimal): -10738379 or 3482972. OLE color: 3482972.
HSL color Cylindrical-coordinate representation of color #5C2535: hue angle of 342.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C2535 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 53 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.64 |
| HSL | 342.55º | 0.43% | 0.25% | - |
| HSV(B) | 342.55º | 0.6% | 0.36% | - |
| XYZ | 5.72 | 3.86 | 3.81 | - |
| YUV | 55.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 53 | 0 | 0.60 | 0.42 | 0.64 | 342.55 | 0.43 | 0.25 |
| Hex | 5C | 25 | 35 | 0 | 3C | 2A | 40 | 157 | 2B | 19 |
| Octal | 134 | 45 | 65 | 0 | 74 | 52 | 100 | 527 | 53 | 31 |
| Binary | 1011100 | 100101 | 110101 | 0 | 111100 | 101010 | 1000000 | 101010111 | 101011 | 11001 |
Color Harmonies of #5C2535
Complementary color
Monochromatic Colors of #5C2535
Black with #5C2535
Text Example
Text Example
White with #5C2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2535; }
p { color: rgb(92,37,53); }
H1.HeaderClassName
{
color: #5C2535;
}
.AnyTagClassName
{
color: #5C2535;
}
</style>
background-color css
<style>
a { background-color: #5C2535; }
a { background-color: rgb(92,37,53); }
div.DivClassName
{
background-color: #5C2535;
}
.BgClassName
{
background-color: #5C2535;
}
</style>
border-color css
<style>
span { border-color: #5C2535; }
span { border-color: rgb(92,37,53); }
td.TdClassName
{
border-color: #5C2535;
}
.TagClassName
{
border-color: #5C2535;
}
</style>