Shades of Black Rose #57232D
Tints of Black Rose #57232D
RGB
CMYK
RGB Variations
Color information
#57232D (or 0x57232D) is known color: Black Rose. HEX triplet: 57, 23 and 2D. RGB value is (87,35,45). Sum of RGB (Red+Green+Blue) = 87+35+45=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232D is #A8DCD2. Grayscale: #333333. Windows color (decimal): -11066579 or 2958167. OLE color: 2958167.
HSL color Cylindrical-coordinate representation of color #57232D: hue angle of 348.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 #57232D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 45 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.66 |
| HSL | 348.46º | 0.43% | 0.24% | - |
| HSV(B) | 348.46º | 0.6% | 0.34% | - |
| XYZ | 5.01 | 3.42 | 2.88 | - |
| YUV | 51.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 45 | 0 | 0.60 | 0.48 | 0.66 | 348.46 | 0.43 | 0.24 |
| Hex | 57 | 23 | 2D | 0 | 3C | 30 | 42 | 15C | 2B | 18 |
| Octal | 127 | 43 | 55 | 0 | 74 | 60 | 102 | 534 | 53 | 30 |
| Binary | 1010111 | 100011 | 101101 | 0 | 111100 | 110000 | 1000010 | 101011100 | 101011 | 11000 |
Color Harmonies of #57232D
Complementary color
Monochromatic Colors of #57232D
Black with #57232D
Text Example
Text Example
White with #57232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57232D; }
p { color: rgb(87,35,45); }
H1.HeaderClassName
{
color: #57232D;
}
.AnyTagClassName
{
color: #57232D;
}
</style>
background-color css
<style>
a { background-color: #57232D; }
a { background-color: rgb(87,35,45); }
div.DivClassName
{
background-color: #57232D;
}
.BgClassName
{
background-color: #57232D;
}
</style>
border-color css
<style>
span { border-color: #57232D; }
span { border-color: rgb(87,35,45); }
td.TdClassName
{
border-color: #57232D;
}
.TagClassName
{
border-color: #57232D;
}
</style>