Shades of Black Rose #55233A
Tints of Black Rose #55233A
RGB
CMYK
RGB Variations
Color information
#55233A (or 0x55233A) is known color: Black Rose. HEX triplet: 55, 23 and 3A. RGB value is (85,35,58). Sum of RGB (Red+Green+Blue) = 85+35+58=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233A is #AADCC5. Grayscale: #343434. Windows color (decimal): -11197638 or 3810133. OLE color: 3810133.
HSL color Cylindrical-coordinate representation of color #55233A: hue angle of 332.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55233A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 58 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.67 |
| HSL | 332.4º | 0.42% | 0.24% | - |
| HSV(B) | 332.4º | 0.59% | 0.33% | - |
| XYZ | 5.11 | 3.44 | 4.4 | - |
| YUV | 52.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 58 | 0 | 0.59 | 0.32 | 0.67 | 332.4 | 0.42 | 0.24 |
| Hex | 55 | 23 | 3A | 0 | 3B | 20 | 43 | 14C | 2A | 18 |
| Octal | 125 | 43 | 72 | 0 | 73 | 40 | 103 | 514 | 52 | 30 |
| Binary | 1010101 | 100011 | 111010 | 0 | 111011 | 100000 | 1000011 | 101001100 | 101010 | 11000 |
Color Harmonies of #55233A
Complementary color
Monochromatic Colors of #55233A
Black with #55233A
Text Example
Text Example
White with #55233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55233A; }
p { color: rgb(85,35,58); }
H1.HeaderClassName
{
color: #55233A;
}
.AnyTagClassName
{
color: #55233A;
}
</style>
background-color css
<style>
a { background-color: #55233A; }
a { background-color: rgb(85,35,58); }
div.DivClassName
{
background-color: #55233A;
}
.BgClassName
{
background-color: #55233A;
}
</style>
border-color css
<style>
span { border-color: #55233A; }
span { border-color: rgb(85,35,58); }
td.TdClassName
{
border-color: #55233A;
}
.TagClassName
{
border-color: #55233A;
}
</style>