Shades of Black Rose #5C2238
Tints of Black Rose #5C2238
RGB
CMYK
RGB Variations
Color information
#5C2238 (or 0x5C2238) is known color: Black Rose. HEX triplet: 5C, 22 and 38. RGB value is (92,34,56). Sum of RGB (Red+Green+Blue) = 92+34+56=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2238 is #A3DDC7. Grayscale: #353535. Windows color (decimal): -10739144 or 3678812. OLE color: 3678812.
HSL color Cylindrical-coordinate representation of color #5C2238: hue angle of 337.24º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C2238 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 34 | 56 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.64 |
| HSL | 337.24º | 0.46% | 0.25% | - |
| HSV(B) | 337.24º | 0.63% | 0.36% | - |
| XYZ | 5.7 | 3.7 | 4.16 | - |
| YUV | 53.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 56 | 0 | 0.63 | 0.39 | 0.64 | 337.24 | 0.46 | 0.25 |
| Hex | 5C | 22 | 38 | 0 | 3F | 27 | 40 | 151 | 2E | 19 |
| Octal | 134 | 42 | 70 | 0 | 77 | 47 | 100 | 521 | 56 | 31 |
| Binary | 1011100 | 100010 | 111000 | 0 | 111111 | 100111 | 1000000 | 101010001 | 101110 | 11001 |
Color Harmonies of #5C2238
Complementary color
Monochromatic Colors of #5C2238
Black with #5C2238
Text Example
Text Example
White with #5C2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2238; }
p { color: rgb(92,34,56); }
H1.HeaderClassName
{
color: #5C2238;
}
.AnyTagClassName
{
color: #5C2238;
}
</style>
background-color css
<style>
a { background-color: #5C2238; }
a { background-color: rgb(92,34,56); }
div.DivClassName
{
background-color: #5C2238;
}
.BgClassName
{
background-color: #5C2238;
}
</style>
border-color css
<style>
span { border-color: #5C2238; }
span { border-color: rgb(92,34,56); }
td.TdClassName
{
border-color: #5C2238;
}
.TagClassName
{
border-color: #5C2238;
}
</style>