Shades of Black Rose #57262E
Tints of Black Rose #57262E
RGB
CMYK
RGB Variations
Color information
#57262E (or 0x57262E) is known color: Black Rose. HEX triplet: 57, 26 and 2E. RGB value is (87,38,46). Sum of RGB (Red+Green+Blue) = 87+38+46=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57262E is #A8D9D1. Grayscale: #353535. Windows color (decimal): -11065810 or 3024471. OLE color: 3024471.
HSL color Cylindrical-coordinate representation of color #57262E: hue angle of 350.2º 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 #57262E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 46 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.66 |
| HSL | 350.2º | 0.39% | 0.25% | - |
| HSV(B) | 350.2º | 0.56% | 0.34% | - |
| XYZ | 5.12 | 3.61 | 3.01 | - |
| YUV | 53.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 46 | 0 | 0.56 | 0.47 | 0.66 | 350.2 | 0.39 | 0.25 |
| Hex | 57 | 26 | 2E | 0 | 38 | 2F | 42 | 15E | 27 | 19 |
| Octal | 127 | 46 | 56 | 0 | 70 | 57 | 102 | 536 | 47 | 31 |
| Binary | 1010111 | 100110 | 101110 | 0 | 111000 | 101111 | 1000010 | 101011110 | 100111 | 11001 |
Color Harmonies of #57262E
Complementary color
Monochromatic Colors of #57262E
Black with #57262E
Text Example
Text Example
White with #57262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57262E; }
p { color: rgb(87,38,46); }
H1.HeaderClassName
{
color: #57262E;
}
.AnyTagClassName
{
color: #57262E;
}
</style>
background-color css
<style>
a { background-color: #57262E; }
a { background-color: rgb(87,38,46); }
div.DivClassName
{
background-color: #57262E;
}
.BgClassName
{
background-color: #57262E;
}
</style>
border-color css
<style>
span { border-color: #57262E; }
span { border-color: rgb(87,38,46); }
td.TdClassName
{
border-color: #57262E;
}
.TagClassName
{
border-color: #57262E;
}
</style>