Shades of Black Rose #57253A
Tints of Black Rose #57253A
RGB
CMYK
RGB Variations
Color information
#57253A (or 0x57253A) is known color: Black Rose. HEX triplet: 57, 25 and 3A. RGB value is (87,37,58). Sum of RGB (Red+Green+Blue) = 87+37+58=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57253A is #A8DAC5. Grayscale: #363636. Windows color (decimal): -11066054 or 3810647. OLE color: 3810647.
HSL color Cylindrical-coordinate representation of color #57253A: hue angle of 334.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57253A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 37 | 58 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.66 |
| HSL | 334.8º | 0.4% | 0.24% | - |
| HSV(B) | 334.8º | 0.57% | 0.34% | - |
| XYZ | 5.36 | 3.65 | 4.43 | - |
| YUV | 54.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 58 | 0 | 0.57 | 0.33 | 0.66 | 334.8 | 0.4 | 0.24 |
| Hex | 57 | 25 | 3A | 0 | 39 | 21 | 42 | 14F | 28 | 18 |
| Octal | 127 | 45 | 72 | 0 | 71 | 41 | 102 | 517 | 50 | 30 |
| Binary | 1010111 | 100101 | 111010 | 0 | 111001 | 100001 | 1000010 | 101001111 | 101000 | 11000 |
Color Harmonies of #57253A
Complementary color
Monochromatic Colors of #57253A
Black with #57253A
Text Example
Text Example
White with #57253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57253A; }
p { color: rgb(87,37,58); }
H1.HeaderClassName
{
color: #57253A;
}
.AnyTagClassName
{
color: #57253A;
}
</style>
background-color css
<style>
a { background-color: #57253A; }
a { background-color: rgb(87,37,58); }
div.DivClassName
{
background-color: #57253A;
}
.BgClassName
{
background-color: #57253A;
}
</style>
border-color css
<style>
span { border-color: #57253A; }
span { border-color: rgb(87,37,58); }
td.TdClassName
{
border-color: #57253A;
}
.TagClassName
{
border-color: #57253A;
}
</style>