Shades of Black Rose #551E2E
Tints of Black Rose #551E2E
RGB
CMYK
RGB Variations
Color information
#551E2E (or 0x551E2E) is known color: Black Rose. HEX triplet: 55, 1E and 2E. RGB value is (85,30,46). Sum of RGB (Red+Green+Blue) = 85+30+46=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2E is #AAE1D1. Grayscale: #303030. Windows color (decimal): -11198930 or 3022421. OLE color: 3022421.
HSL color Cylindrical-coordinate representation of color #551E2E: hue angle of 342.55º 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 #551E2E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 46 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.67 |
| HSL | 342.55º | 0.48% | 0.23% | - |
| HSV(B) | 342.55º | 0.65% | 0.33% | - |
| XYZ | 4.7 | 3.06 | 2.93 | - |
| YUV | 48.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 46 | 0 | 0.65 | 0.46 | 0.67 | 342.55 | 0.48 | 0.23 |
| Hex | 55 | 1E | 2E | 0 | 41 | 2E | 43 | 157 | 30 | 17 |
| Octal | 125 | 36 | 56 | 0 | 101 | 56 | 103 | 527 | 60 | 27 |
| Binary | 1010101 | 11110 | 101110 | 0 | 1000001 | 101110 | 1000011 | 101010111 | 110000 | 10111 |
Color Harmonies of #551E2E
Complementary color
Monochromatic Colors of #551E2E
Black with #551E2E
Text Example
Text Example
White with #551E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E2E; }
p { color: rgb(85,30,46); }
H1.HeaderClassName
{
color: #551E2E;
}
.AnyTagClassName
{
color: #551E2E;
}
</style>
background-color css
<style>
a { background-color: #551E2E; }
a { background-color: rgb(85,30,46); }
div.DivClassName
{
background-color: #551E2E;
}
.BgClassName
{
background-color: #551E2E;
}
</style>
border-color css
<style>
span { border-color: #551E2E; }
span { border-color: rgb(85,30,46); }
td.TdClassName
{
border-color: #551E2E;
}
.TagClassName
{
border-color: #551E2E;
}
</style>