#871D55

Color #871D55 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #871D55

Tints of Rose Bud Cherry #871D55

Color information

#871D55 (or 0x871D55) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1D and 55. RGB value is (135,29,85). Sum of RGB (Red+Green+Blue) = 135+29+85=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #871D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D55 is #78E2AA. Grayscale: #424242. Windows color (decimal): -7922347 or 5578119. OLE color: 5578119.

HSL color Cylindrical-coordinate representation of color #871D55: hue angle of 328.3º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D55 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1352985-
CMYK00.790.370.47
HSL328.3º64.63%32.16%-
HSV(B)328.3º78.52%52.94%-
XYZ12.076.699.25-
YUV67.08138.12176.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=54.22%
G=11.65%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135298500.790.370.47328.364.6332.16
Hex871D5504F252F1484120
Octal207351250117455751010140
Binary10000111111011010101010011111001011011111010010001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871D55; }

 p { color: rgb(135,29,85); }

 H1.HeaderClassName
 {
   color: #871D55;
 }
 .AnyTagClassName
 {
   color: #871D55;
 }
</style>
background-color css

<style>
 a { background-color: #871D55; }

 a { background-color: rgb(135,29,85); }

 div.DivClassName
 {
   background-color: #871D55;
 }
 .BgClassName
 {
   background-color: #871D55;
 }
</style>
border-color css

<style>
 span { border-color: #871D55; }

 span { border-color: rgb(135,29,85); }

 td.TdClassName
 {
   border-color: #871D55;
 }
 .TagClassName
 {
   border-color: #871D55;
 }
</style>