Shades of Black Rose #57233A
Tints of Black Rose #57233A
RGB
CMYK
RGB Variations
Color information
#57233A (or 0x57233A) is known color: Black Rose. HEX triplet: 57, 23 and 3A. RGB value is (87,35,58). Sum of RGB (Red+Green+Blue) = 87+35+58=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233A is #A8DCC5. Grayscale: #353535. Windows color (decimal): -11066566 or 3810135. OLE color: 3810135.
HSL color Cylindrical-coordinate representation of color #57233A: hue angle of 333.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57233A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 58 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.66 |
| HSL | 333.46º | 0.43% | 0.24% | - |
| HSV(B) | 333.46º | 0.6% | 0.34% | - |
| XYZ | 5.3 | 3.53 | 4.41 | - |
| YUV | 53.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 58 | 0 | 0.60 | 0.33 | 0.66 | 333.46 | 0.43 | 0.24 |
| Hex | 57 | 23 | 3A | 0 | 3C | 21 | 42 | 14D | 2B | 18 |
| Octal | 127 | 43 | 72 | 0 | 74 | 41 | 102 | 515 | 53 | 30 |
| Binary | 1010111 | 100011 | 111010 | 0 | 111100 | 100001 | 1000010 | 101001101 | 101011 | 11000 |
Color Harmonies of #57233A
Complementary color
Monochromatic Colors of #57233A
Black with #57233A
Text Example
Text Example
White with #57233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57233A; }
p { color: rgb(87,35,58); }
H1.HeaderClassName
{
color: #57233A;
}
.AnyTagClassName
{
color: #57233A;
}
</style>
background-color css
<style>
a { background-color: #57233A; }
a { background-color: rgb(87,35,58); }
div.DivClassName
{
background-color: #57233A;
}
.BgClassName
{
background-color: #57233A;
}
</style>
border-color css
<style>
span { border-color: #57233A; }
span { border-color: rgb(87,35,58); }
td.TdClassName
{
border-color: #57233A;
}
.TagClassName
{
border-color: #57233A;
}
</style>