Shades of Black Rose #551C2D
Tints of Black Rose #551C2D
RGB
CMYK
RGB Variations
Color information
#551C2D (or 0x551C2D) is known color: Black Rose. HEX triplet: 55, 1C and 2D. RGB value is (85,28,45). Sum of RGB (Red+Green+Blue) = 85+28+45=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C2D is #AAE3D2. Grayscale: #2E2E2E. Windows color (decimal): -11199443 or 2956373. OLE color: 2956373.
HSL color Cylindrical-coordinate representation of color #551C2D: hue angle of 342.11º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C2D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 45 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.67 |
| HSL | 342.11º | 0.5% | 0.22% | - |
| HSV(B) | 342.11º | 0.67% | 0.33% | - |
| XYZ | 4.64 | 2.95 | 2.81 | - |
| YUV | 46.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 45 | 0 | 0.67 | 0.47 | 0.67 | 342.11 | 0.5 | 0.22 |
| Hex | 55 | 1C | 2D | 0 | 43 | 2F | 43 | 156 | 32 | 16 |
| Octal | 125 | 34 | 55 | 0 | 103 | 57 | 103 | 526 | 62 | 26 |
| Binary | 1010101 | 11100 | 101101 | 0 | 1000011 | 101111 | 1000011 | 101010110 | 110010 | 10110 |
Color Harmonies of #551C2D
Complementary color
Monochromatic Colors of #551C2D
Black with #551C2D
Text Example
Text Example
White with #551C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C2D; }
p { color: rgb(85,28,45); }
H1.HeaderClassName
{
color: #551C2D;
}
.AnyTagClassName
{
color: #551C2D;
}
</style>
background-color css
<style>
a { background-color: #551C2D; }
a { background-color: rgb(85,28,45); }
div.DivClassName
{
background-color: #551C2D;
}
.BgClassName
{
background-color: #551C2D;
}
</style>
border-color css
<style>
span { border-color: #551C2D; }
span { border-color: rgb(85,28,45); }
td.TdClassName
{
border-color: #551C2D;
}
.TagClassName
{
border-color: #551C2D;
}
</style>