Shades of Black Rose #551F32
Tints of Black Rose #551F32
RGB
CMYK
RGB Variations
Color information
#551F32 (or 0x551F32) is known color: Black Rose. HEX triplet: 55, 1F and 32. RGB value is (85,31,50). Sum of RGB (Red+Green+Blue) = 85+31+50=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F32 is #AAE0CD. Grayscale: #313131. Windows color (decimal): -11198670 or 3284821. OLE color: 3284821.
HSL color Cylindrical-coordinate representation of color #551F32: hue angle of 338.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F32 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 50 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.67 |
| HSL | 338.89º | 0.47% | 0.23% | - |
| HSV(B) | 338.89º | 0.64% | 0.33% | - |
| XYZ | 4.81 | 3.14 | 3.37 | - |
| YUV | 49.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 50 | 0 | 0.64 | 0.41 | 0.67 | 338.89 | 0.47 | 0.23 |
| Hex | 55 | 1F | 32 | 0 | 40 | 29 | 43 | 153 | 2F | 17 |
| Octal | 125 | 37 | 62 | 0 | 100 | 51 | 103 | 523 | 57 | 27 |
| Binary | 1010101 | 11111 | 110010 | 0 | 1000000 | 101001 | 1000011 | 101010011 | 101111 | 10111 |
Color Harmonies of #551F32
Complementary color
Monochromatic Colors of #551F32
Black with #551F32
Text Example
Text Example
White with #551F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F32; }
p { color: rgb(85,31,50); }
H1.HeaderClassName
{
color: #551F32;
}
.AnyTagClassName
{
color: #551F32;
}
</style>
background-color css
<style>
a { background-color: #551F32; }
a { background-color: rgb(85,31,50); }
div.DivClassName
{
background-color: #551F32;
}
.BgClassName
{
background-color: #551F32;
}
</style>
border-color css
<style>
span { border-color: #551F32; }
span { border-color: rgb(85,31,50); }
td.TdClassName
{
border-color: #551F32;
}
.TagClassName
{
border-color: #551F32;
}
</style>