Shades of Black Rose #551E38
Tints of Black Rose #551E38
RGB
CMYK
RGB Variations
Color information
#551E38 (or 0x551E38) is known color: Black Rose. HEX triplet: 55, 1E and 38. RGB value is (85,30,56). Sum of RGB (Red+Green+Blue) = 85+30+56=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E38 is #AAE1C7. Grayscale: #313131. Windows color (decimal): -11198920 or 3677781. OLE color: 3677781.
HSL color Cylindrical-coordinate representation of color #551E38: hue angle of 331.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 #551E38 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 56 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.67 |
| HSL | 331.64º | 0.48% | 0.23% | - |
| HSV(B) | 331.64º | 0.65% | 0.33% | - |
| XYZ | 4.92 | 3.15 | 4.09 | - |
| YUV | 49.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 56 | 0 | 0.65 | 0.34 | 0.67 | 331.64 | 0.48 | 0.23 |
| Hex | 55 | 1E | 38 | 0 | 41 | 22 | 43 | 14C | 30 | 17 |
| Octal | 125 | 36 | 70 | 0 | 101 | 42 | 103 | 514 | 60 | 27 |
| Binary | 1010101 | 11110 | 111000 | 0 | 1000001 | 100010 | 1000011 | 101001100 | 110000 | 10111 |
Color Harmonies of #551E38
Complementary color
Monochromatic Colors of #551E38
Black with #551E38
Text Example
Text Example
White with #551E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E38; }
p { color: rgb(85,30,56); }
H1.HeaderClassName
{
color: #551E38;
}
.AnyTagClassName
{
color: #551E38;
}
</style>
background-color css
<style>
a { background-color: #551E38; }
a { background-color: rgb(85,30,56); }
div.DivClassName
{
background-color: #551E38;
}
.BgClassName
{
background-color: #551E38;
}
</style>
border-color css
<style>
span { border-color: #551E38; }
span { border-color: rgb(85,30,56); }
td.TdClassName
{
border-color: #551E38;
}
.TagClassName
{
border-color: #551E38;
}
</style>