Shades of Black Rose #552031
Tints of Black Rose #552031
RGB
CMYK
RGB Variations
Color information
#552031 (or 0x552031) is known color: Black Rose. HEX triplet: 55, 20 and 31. RGB value is (85,32,49). Sum of RGB (Red+Green+Blue) = 85+32+49=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552031 is #AADFCE. Grayscale: #313131. Windows color (decimal): -11198415 or 3219541. OLE color: 3219541.
HSL color Cylindrical-coordinate representation of color #552031: hue angle of 340.75º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552031 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 49 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.67 |
| HSL | 340.75º | 0.45% | 0.23% | - |
| HSV(B) | 340.75º | 0.62% | 0.33% | - |
| XYZ | 4.82 | 3.19 | 3.27 | - |
| YUV | 49.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 49 | 0 | 0.62 | 0.42 | 0.67 | 340.75 | 0.45 | 0.23 |
| Hex | 55 | 20 | 31 | 0 | 3E | 2A | 43 | 155 | 2D | 17 |
| Octal | 125 | 40 | 61 | 0 | 76 | 52 | 103 | 525 | 55 | 27 |
| Binary | 1010101 | 100000 | 110001 | 0 | 111110 | 101010 | 1000011 | 101010101 | 101101 | 10111 |
Color Harmonies of #552031
Complementary color
Monochromatic Colors of #552031
Black with #552031
Text Example
Text Example
White with #552031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552031; }
p { color: rgb(85,32,49); }
H1.HeaderClassName
{
color: #552031;
}
.AnyTagClassName
{
color: #552031;
}
</style>
background-color css
<style>
a { background-color: #552031; }
a { background-color: rgb(85,32,49); }
div.DivClassName
{
background-color: #552031;
}
.BgClassName
{
background-color: #552031;
}
</style>
border-color css
<style>
span { border-color: #552031; }
span { border-color: rgb(85,32,49); }
td.TdClassName
{
border-color: #552031;
}
.TagClassName
{
border-color: #552031;
}
</style>