Shades of Black Rose #57263C
Tints of Black Rose #57263C
RGB
CMYK
RGB Variations
Color information
#57263C (or 0x57263C) is known color: Black Rose. HEX triplet: 57, 26 and 3C. RGB value is (87,38,60). Sum of RGB (Red+Green+Blue) = 87+38+60=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57263C is #A8D9C3. Grayscale: #373737. Windows color (decimal): -11065796 or 3941975. OLE color: 3941975.
HSL color Cylindrical-coordinate representation of color #57263C: hue angle of 333.06º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57263C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 60 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.66 |
| HSL | 333.06º | 0.39% | 0.25% | - |
| HSV(B) | 333.06º | 0.56% | 0.34% | - |
| XYZ | 5.44 | 3.74 | 4.71 | - |
| YUV | 55.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 60 | 0 | 0.56 | 0.31 | 0.66 | 333.06 | 0.39 | 0.25 |
| Hex | 57 | 26 | 3C | 0 | 38 | 1F | 42 | 14D | 27 | 19 |
| Octal | 127 | 46 | 74 | 0 | 70 | 37 | 102 | 515 | 47 | 31 |
| Binary | 1010111 | 100110 | 111100 | 0 | 111000 | 11111 | 1000010 | 101001101 | 100111 | 11001 |
Color Harmonies of #57263C
Complementary color
Monochromatic Colors of #57263C
Black with #57263C
Text Example
Text Example
White with #57263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57263C; }
p { color: rgb(87,38,60); }
H1.HeaderClassName
{
color: #57263C;
}
.AnyTagClassName
{
color: #57263C;
}
</style>
background-color css
<style>
a { background-color: #57263C; }
a { background-color: rgb(87,38,60); }
div.DivClassName
{
background-color: #57263C;
}
.BgClassName
{
background-color: #57263C;
}
</style>
border-color css
<style>
span { border-color: #57263C; }
span { border-color: rgb(87,38,60); }
td.TdClassName
{
border-color: #57263C;
}
.TagClassName
{
border-color: #57263C;
}
</style>