Shades of Black Rose #551B2F
Tints of Black Rose #551B2F
RGB
CMYK
RGB Variations
Color information
#551B2F (or 0x551B2F) is known color: Black Rose. HEX triplet: 55, 1B and 2F. RGB value is (85,27,47). Sum of RGB (Red+Green+Blue) = 85+27+47=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2F is #AAE4D0. Grayscale: #2E2E2E. Windows color (decimal): -11199697 or 3087189. OLE color: 3087189.
HSL color Cylindrical-coordinate representation of color #551B2F: hue angle of 339.31º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B2F is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 47 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.67 |
| HSL | 339.31º | 0.52% | 0.22% | - |
| HSV(B) | 339.31º | 0.68% | 0.33% | - |
| XYZ | 4.65 | 2.92 | 3.01 | - |
| YUV | 46.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 47 | 0 | 0.68 | 0.45 | 0.67 | 339.31 | 0.52 | 0.22 |
| Hex | 55 | 1B | 2F | 0 | 44 | 2D | 43 | 153 | 34 | 16 |
| Octal | 125 | 33 | 57 | 0 | 104 | 55 | 103 | 523 | 64 | 26 |
| Binary | 1010101 | 11011 | 101111 | 0 | 1000100 | 101101 | 1000011 | 101010011 | 110100 | 10110 |
Color Harmonies of #551B2F
Complementary color
Monochromatic Colors of #551B2F
Black with #551B2F
Text Example
Text Example
White with #551B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B2F; }
p { color: rgb(85,27,47); }
H1.HeaderClassName
{
color: #551B2F;
}
.AnyTagClassName
{
color: #551B2F;
}
</style>
background-color css
<style>
a { background-color: #551B2F; }
a { background-color: rgb(85,27,47); }
div.DivClassName
{
background-color: #551B2F;
}
.BgClassName
{
background-color: #551B2F;
}
</style>
border-color css
<style>
span { border-color: #551B2F; }
span { border-color: rgb(85,27,47); }
td.TdClassName
{
border-color: #551B2F;
}
.TagClassName
{
border-color: #551B2F;
}
</style>