Shades of Black Rose #551B33
Tints of Black Rose #551B33
RGB
CMYK
RGB Variations
Color information
#551B33 (or 0x551B33) is known color: Black Rose. HEX triplet: 55, 1B and 33. RGB value is (85,27,51). Sum of RGB (Red+Green+Blue) = 85+27+51=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B33 is #AAE4CC. Grayscale: #2F2F2F. Windows color (decimal): -11199693 or 3349333. OLE color: 3349333.
HSL color Cylindrical-coordinate representation of color #551B33: hue angle of 335.17º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B33 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 51 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.67 |
| HSL | 335.17º | 0.52% | 0.22% | - |
| HSV(B) | 335.17º | 0.68% | 0.33% | - |
| XYZ | 4.74 | 2.95 | 3.45 | - |
| YUV | 47.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 51 | 0 | 0.68 | 0.40 | 0.67 | 335.17 | 0.52 | 0.22 |
| Hex | 55 | 1B | 33 | 0 | 44 | 28 | 43 | 14F | 34 | 16 |
| Octal | 125 | 33 | 63 | 0 | 104 | 50 | 103 | 517 | 64 | 26 |
| Binary | 1010101 | 11011 | 110011 | 0 | 1000100 | 101000 | 1000011 | 101001111 | 110100 | 10110 |
Color Harmonies of #551B33
Complementary color
Monochromatic Colors of #551B33
Black with #551B33
Text Example
Text Example
White with #551B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B33; }
p { color: rgb(85,27,51); }
H1.HeaderClassName
{
color: #551B33;
}
.AnyTagClassName
{
color: #551B33;
}
</style>
background-color css
<style>
a { background-color: #551B33; }
a { background-color: rgb(85,27,51); }
div.DivClassName
{
background-color: #551B33;
}
.BgClassName
{
background-color: #551B33;
}
</style>
border-color css
<style>
span { border-color: #551B33; }
span { border-color: rgb(85,27,51); }
td.TdClassName
{
border-color: #551B33;
}
.TagClassName
{
border-color: #551B33;
}
</style>