Shades of Black Rose #57233B
Tints of Black Rose #57233B
RGB
CMYK
RGB Variations
Color information
#57233B (or 0x57233B) is known color: Black Rose. HEX triplet: 57, 23 and 3B. RGB value is (87,35,59). Sum of RGB (Red+Green+Blue) = 87+35+59=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233B is #A8DCC4. Grayscale: #353535. Windows color (decimal): -11066565 or 3875671. OLE color: 3875671.
HSL color Cylindrical-coordinate representation of color #57233B: hue angle of 332.31º 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 #57233B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 59 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.66 |
| HSL | 332.31º | 0.43% | 0.24% | - |
| HSV(B) | 332.31º | 0.6% | 0.34% | - |
| XYZ | 5.32 | 3.54 | 4.54 | - |
| YUV | 53.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 59 | 0 | 0.60 | 0.32 | 0.66 | 332.31 | 0.43 | 0.24 |
| Hex | 57 | 23 | 3B | 0 | 3C | 20 | 42 | 14C | 2B | 18 |
| Octal | 127 | 43 | 73 | 0 | 74 | 40 | 102 | 514 | 53 | 30 |
| Binary | 1010111 | 100011 | 111011 | 0 | 111100 | 100000 | 1000010 | 101001100 | 101011 | 11000 |
Color Harmonies of #57233B
Complementary color
Monochromatic Colors of #57233B
Black with #57233B
Text Example
Text Example
White with #57233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57233B; }
p { color: rgb(87,35,59); }
H1.HeaderClassName
{
color: #57233B;
}
.AnyTagClassName
{
color: #57233B;
}
</style>
background-color css
<style>
a { background-color: #57233B; }
a { background-color: rgb(87,35,59); }
div.DivClassName
{
background-color: #57233B;
}
.BgClassName
{
background-color: #57233B;
}
</style>
border-color css
<style>
span { border-color: #57233B; }
span { border-color: rgb(87,35,59); }
td.TdClassName
{
border-color: #57233B;
}
.TagClassName
{
border-color: #57233B;
}
</style>