Shades of Black Rose #5C2433
Tints of Black Rose #5C2433
RGB
CMYK
RGB Variations
Color information
#5C2433 (or 0x5C2433) is known color: Black Rose. HEX triplet: 5C, 24 and 33. RGB value is (92,36,51). Sum of RGB (Red+Green+Blue) = 92+36+51=179 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.40% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2433 is #A3DBCC. Grayscale: #363636. Windows color (decimal): -10738637 or 3351644. OLE color: 3351644.
HSL color Cylindrical-coordinate representation of color #5C2433: hue angle of 343.93º 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 #5C2433 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 36 | 51 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.64 |
| HSL | 343.93º | 0.44% | 0.25% | - |
| HSV(B) | 343.93º | 0.61% | 0.36% | - |
| XYZ | 5.64 | 3.78 | 3.56 | - |
| YUV | 54.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 51 | 0 | 0.61 | 0.45 | 0.64 | 343.93 | 0.44 | 0.25 |
| Hex | 5C | 24 | 33 | 0 | 3D | 2D | 40 | 158 | 2C | 19 |
| Octal | 134 | 44 | 63 | 0 | 75 | 55 | 100 | 530 | 54 | 31 |
| Binary | 1011100 | 100100 | 110011 | 0 | 111101 | 101101 | 1000000 | 101011000 | 101100 | 11001 |
Color Harmonies of #5C2433
Complementary color
Monochromatic Colors of #5C2433
Black with #5C2433
Text Example
Text Example
White with #5C2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2433; }
p { color: rgb(92,36,51); }
H1.HeaderClassName
{
color: #5C2433;
}
.AnyTagClassName
{
color: #5C2433;
}
</style>
background-color css
<style>
a { background-color: #5C2433; }
a { background-color: rgb(92,36,51); }
div.DivClassName
{
background-color: #5C2433;
}
.BgClassName
{
background-color: #5C2433;
}
</style>
border-color css
<style>
span { border-color: #5C2433; }
span { border-color: rgb(92,36,51); }
td.TdClassName
{
border-color: #5C2433;
}
.TagClassName
{
border-color: #5C2433;
}
</style>