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