Shades of Black Rose #5C233A
Tints of Black Rose #5C233A
RGB
CMYK
RGB Variations
Color information
#5C233A (or 0x5C233A) is known color: Black Rose. HEX triplet: 5C, 23 and 3A. RGB value is (92,35,58). Sum of RGB (Red+Green+Blue) = 92+35+58=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C233A is #A3DCC5. Grayscale: #363636. Windows color (decimal): -10738886 or 3810140. OLE color: 3810140.
HSL color Cylindrical-coordinate representation of color #5C233A: hue angle of 335.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C233A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 58 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.64 |
| HSL | 335.79º | 0.45% | 0.25% | - |
| HSV(B) | 335.79º | 0.62% | 0.36% | - |
| XYZ | 5.78 | 3.78 | 4.43 | - |
| YUV | 54.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 58 | 0 | 0.62 | 0.37 | 0.64 | 335.79 | 0.45 | 0.25 |
| Hex | 5C | 23 | 3A | 0 | 3E | 25 | 40 | 150 | 2D | 19 |
| Octal | 134 | 43 | 72 | 0 | 76 | 45 | 100 | 520 | 55 | 31 |
| Binary | 1011100 | 100011 | 111010 | 0 | 111110 | 100101 | 1000000 | 101010000 | 101101 | 11001 |
Color Harmonies of #5C233A
Complementary color
Monochromatic Colors of #5C233A
Black with #5C233A
Text Example
Text Example
White with #5C233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C233A; }
p { color: rgb(92,35,58); }
H1.HeaderClassName
{
color: #5C233A;
}
.AnyTagClassName
{
color: #5C233A;
}
</style>
background-color css
<style>
a { background-color: #5C233A; }
a { background-color: rgb(92,35,58); }
div.DivClassName
{
background-color: #5C233A;
}
.BgClassName
{
background-color: #5C233A;
}
</style>
border-color css
<style>
span { border-color: #5C233A; }
span { border-color: rgb(92,35,58); }
td.TdClassName
{
border-color: #5C233A;
}
.TagClassName
{
border-color: #5C233A;
}
</style>