Shades of Black Rose #551E2D
Tints of Black Rose #551E2D
RGB
CMYK
RGB Variations
Color information
#551E2D (or 0x551E2D) is known color: Black Rose. HEX triplet: 55, 1E and 2D. RGB value is (85,30,45). Sum of RGB (Red+Green+Blue) = 85+30+45=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2D is #AAE1D2. Grayscale: #303030. Windows color (decimal): -11198931 or 2956885. OLE color: 2956885.
HSL color Cylindrical-coordinate representation of color #551E2D: hue angle of 343.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E2D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 45 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.67 |
| HSL | 343.64º | 0.48% | 0.23% | - |
| HSV(B) | 343.64º | 0.65% | 0.33% | - |
| XYZ | 4.68 | 3.05 | 2.82 | - |
| YUV | 48.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 45 | 0 | 0.65 | 0.47 | 0.67 | 343.64 | 0.48 | 0.23 |
| Hex | 55 | 1E | 2D | 0 | 41 | 2F | 43 | 158 | 30 | 17 |
| Octal | 125 | 36 | 55 | 0 | 101 | 57 | 103 | 530 | 60 | 27 |
| Binary | 1010101 | 11110 | 101101 | 0 | 1000001 | 101111 | 1000011 | 101011000 | 110000 | 10111 |
Color Harmonies of #551E2D
Complementary color
Monochromatic Colors of #551E2D
Black with #551E2D
Text Example
Text Example
White with #551E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E2D; }
p { color: rgb(85,30,45); }
H1.HeaderClassName
{
color: #551E2D;
}
.AnyTagClassName
{
color: #551E2D;
}
</style>
background-color css
<style>
a { background-color: #551E2D; }
a { background-color: rgb(85,30,45); }
div.DivClassName
{
background-color: #551E2D;
}
.BgClassName
{
background-color: #551E2D;
}
</style>
border-color css
<style>
span { border-color: #551E2D; }
span { border-color: rgb(85,30,45); }
td.TdClassName
{
border-color: #551E2D;
}
.TagClassName
{
border-color: #551E2D;
}
</style>