Shades of Black Rose #551E34
Tints of Black Rose #551E34
RGB
CMYK
RGB Variations
Color information
#551E34 (or 0x551E34) is known color: Black Rose. HEX triplet: 55, 1E and 34. RGB value is (85,30,52). Sum of RGB (Red+Green+Blue) = 85+30+52=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E34 is #AAE1CB. Grayscale: #303030. Windows color (decimal): -11198924 or 3415637. OLE color: 3415637.
HSL color Cylindrical-coordinate representation of color #551E34: hue angle of 336º 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 #551E34 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 52 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.67 |
| HSL | 336º | 0.48% | 0.23% | - |
| HSV(B) | 336º | 0.65% | 0.33% | - |
| XYZ | 4.83 | 3.11 | 3.59 | - |
| YUV | 48.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 52 | 0 | 0.65 | 0.39 | 0.67 | 336 | 0.48 | 0.23 |
| Hex | 55 | 1E | 34 | 0 | 41 | 27 | 43 | 150 | 30 | 17 |
| Octal | 125 | 36 | 64 | 0 | 101 | 47 | 103 | 520 | 60 | 27 |
| Binary | 1010101 | 11110 | 110100 | 0 | 1000001 | 100111 | 1000011 | 101010000 | 110000 | 10111 |
Color Harmonies of #551E34
Complementary color
Monochromatic Colors of #551E34
Black with #551E34
Text Example
Text Example
White with #551E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E34; }
p { color: rgb(85,30,52); }
H1.HeaderClassName
{
color: #551E34;
}
.AnyTagClassName
{
color: #551E34;
}
</style>
background-color css
<style>
a { background-color: #551E34; }
a { background-color: rgb(85,30,52); }
div.DivClassName
{
background-color: #551E34;
}
.BgClassName
{
background-color: #551E34;
}
</style>
border-color css
<style>
span { border-color: #551E34; }
span { border-color: rgb(85,30,52); }
td.TdClassName
{
border-color: #551E34;
}
.TagClassName
{
border-color: #551E34;
}
</style>