Shades of Black Rose #551A2E
Tints of Black Rose #551A2E
RGB
CMYK
RGB Variations
Color information
#551A2E (or 0x551A2E) is known color: Black Rose. HEX triplet: 55, 1A and 2E. RGB value is (85,26,46). Sum of RGB (Red+Green+Blue) = 85+26+46=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2E is #AAE5D1. Grayscale: #2D2D2D. Windows color (decimal): -11199954 or 3021397. OLE color: 3021397.
HSL color Cylindrical-coordinate representation of color #551A2E: hue angle of 339.66º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A2E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 46 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.67 |
| HSL | 339.66º | 0.53% | 0.22% | - |
| HSV(B) | 339.66º | 0.69% | 0.33% | - |
| XYZ | 4.61 | 2.87 | 2.9 | - |
| YUV | 45.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 46 | 0 | 0.69 | 0.46 | 0.67 | 339.66 | 0.53 | 0.22 |
| Hex | 55 | 1A | 2E | 0 | 45 | 2E | 43 | 154 | 35 | 16 |
| Octal | 125 | 32 | 56 | 0 | 105 | 56 | 103 | 524 | 65 | 26 |
| Binary | 1010101 | 11010 | 101110 | 0 | 1000101 | 101110 | 1000011 | 101010100 | 110101 | 10110 |
Color Harmonies of #551A2E
Complementary color
Monochromatic Colors of #551A2E
Black with #551A2E
Text Example
Text Example
White with #551A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A2E; }
p { color: rgb(85,26,46); }
H1.HeaderClassName
{
color: #551A2E;
}
.AnyTagClassName
{
color: #551A2E;
}
</style>
background-color css
<style>
a { background-color: #551A2E; }
a { background-color: rgb(85,26,46); }
div.DivClassName
{
background-color: #551A2E;
}
.BgClassName
{
background-color: #551A2E;
}
</style>
border-color css
<style>
span { border-color: #551A2E; }
span { border-color: rgb(85,26,46); }
td.TdClassName
{
border-color: #551A2E;
}
.TagClassName
{
border-color: #551A2E;
}
</style>