Shades of Black Rose #551B2D
Tints of Black Rose #551B2D
RGB
CMYK
RGB Variations
Color information
#551B2D (or 0x551B2D) is known color: Black Rose. HEX triplet: 55, 1B and 2D. RGB value is (85,27,45). Sum of RGB (Red+Green+Blue) = 85+27+45=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2D is #AAE4D2. Grayscale: #2E2E2E. Windows color (decimal): -11199699 or 2956117. OLE color: 2956117.
HSL color Cylindrical-coordinate representation of color #551B2D: hue angle of 341.38º 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 #551B2D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 45 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.67 |
| HSL | 341.38º | 0.52% | 0.22% | - |
| HSV(B) | 341.38º | 0.68% | 0.33% | - |
| XYZ | 4.61 | 2.9 | 2.8 | - |
| YUV | 46.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 45 | 0 | 0.68 | 0.47 | 0.67 | 341.38 | 0.52 | 0.22 |
| Hex | 55 | 1B | 2D | 0 | 44 | 2F | 43 | 155 | 34 | 16 |
| Octal | 125 | 33 | 55 | 0 | 104 | 57 | 103 | 525 | 64 | 26 |
| Binary | 1010101 | 11011 | 101101 | 0 | 1000100 | 101111 | 1000011 | 101010101 | 110100 | 10110 |
Color Harmonies of #551B2D
Complementary color
Monochromatic Colors of #551B2D
Black with #551B2D
Text Example
Text Example
White with #551B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B2D; }
p { color: rgb(85,27,45); }
H1.HeaderClassName
{
color: #551B2D;
}
.AnyTagClassName
{
color: #551B2D;
}
</style>
background-color css
<style>
a { background-color: #551B2D; }
a { background-color: rgb(85,27,45); }
div.DivClassName
{
background-color: #551B2D;
}
.BgClassName
{
background-color: #551B2D;
}
</style>
border-color css
<style>
span { border-color: #551B2D; }
span { border-color: rgb(85,27,45); }
td.TdClassName
{
border-color: #551B2D;
}
.TagClassName
{
border-color: #551B2D;
}
</style>