Shades of Black Rose #55202F
Tints of Black Rose #55202F
RGB
CMYK
RGB Variations
Color information
#55202F (or 0x55202F) is known color: Black Rose. HEX triplet: 55, 20 and 2F. RGB value is (85,32,47). Sum of RGB (Red+Green+Blue) = 85+32+47=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55202F is #AADFD0. Grayscale: #313131. Windows color (decimal): -11198417 or 3088469. OLE color: 3088469.
HSL color Cylindrical-coordinate representation of color #55202F: hue angle of 343.02º 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 #55202F is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 47 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.67 |
| HSL | 343.02º | 0.45% | 0.23% | - |
| HSV(B) | 343.02º | 0.62% | 0.33% | - |
| XYZ | 4.78 | 3.17 | 3.05 | - |
| YUV | 49.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 47 | 0 | 0.62 | 0.45 | 0.67 | 343.02 | 0.45 | 0.23 |
| Hex | 55 | 20 | 2F | 0 | 3E | 2D | 43 | 157 | 2D | 17 |
| Octal | 125 | 40 | 57 | 0 | 76 | 55 | 103 | 527 | 55 | 27 |
| Binary | 1010101 | 100000 | 101111 | 0 | 111110 | 101101 | 1000011 | 101010111 | 101101 | 10111 |
Color Harmonies of #55202F
Complementary color
Monochromatic Colors of #55202F
Black with #55202F
Text Example
Text Example
White with #55202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55202F; }
p { color: rgb(85,32,47); }
H1.HeaderClassName
{
color: #55202F;
}
.AnyTagClassName
{
color: #55202F;
}
</style>
background-color css
<style>
a { background-color: #55202F; }
a { background-color: rgb(85,32,47); }
div.DivClassName
{
background-color: #55202F;
}
.BgClassName
{
background-color: #55202F;
}
</style>
border-color css
<style>
span { border-color: #55202F; }
span { border-color: rgb(85,32,47); }
td.TdClassName
{
border-color: #55202F;
}
.TagClassName
{
border-color: #55202F;
}
</style>