Shades of Black Rose #551E31
Tints of Black Rose #551E31
RGB
CMYK
RGB Variations
Color information
#551E31 (or 0x551E31) is known color: Black Rose. HEX triplet: 55, 1E and 31. RGB value is (85,30,49). Sum of RGB (Red+Green+Blue) = 85+30+49=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #551E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E31 is #AAE1CE. Grayscale: #303030. Windows color (decimal): -11198927 or 3219029. OLE color: 3219029.
HSL color Cylindrical-coordinate representation of color #551E31: hue angle of 339.27º 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 #551E31 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 49 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.67 |
| HSL | 339.27º | 0.48% | 0.23% | - |
| HSV(B) | 339.27º | 0.65% | 0.33% | - |
| XYZ | 4.76 | 3.08 | 3.25 | - |
| YUV | 48.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 49 | 0 | 0.65 | 0.42 | 0.67 | 339.27 | 0.48 | 0.23 |
| Hex | 55 | 1E | 31 | 0 | 41 | 2A | 43 | 153 | 30 | 17 |
| Octal | 125 | 36 | 61 | 0 | 101 | 52 | 103 | 523 | 60 | 27 |
| Binary | 1010101 | 11110 | 110001 | 0 | 1000001 | 101010 | 1000011 | 101010011 | 110000 | 10111 |
Color Harmonies of #551E31
Complementary color
Monochromatic Colors of #551E31
Black with #551E31
Text Example
Text Example
White with #551E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E31; }
p { color: rgb(85,30,49); }
H1.HeaderClassName
{
color: #551E31;
}
.AnyTagClassName
{
color: #551E31;
}
</style>
background-color css
<style>
a { background-color: #551E31; }
a { background-color: rgb(85,30,49); }
div.DivClassName
{
background-color: #551E31;
}
.BgClassName
{
background-color: #551E31;
}
</style>
border-color css
<style>
span { border-color: #551E31; }
span { border-color: rgb(85,30,49); }
td.TdClassName
{
border-color: #551E31;
}
.TagClassName
{
border-color: #551E31;
}
</style>