#871D4F

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

Shades of Rose Bud Cherry #871D4F

Tints of Rose Bud Cherry #871D4F

Color information

#871D4F (or 0x871D4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1D and 4F. RGB value is (135,29,79). Sum of RGB (Red+Green+Blue) = 135+29+79=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #871D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D4F is #78E2B0. Grayscale: #424242. Windows color (decimal): -7922353 or 5184903. OLE color: 5184903.

HSL color Cylindrical-coordinate representation of color #871D4F: hue angle of 331.7º 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 #871D4F is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1352979-
CMYK00.790.410.47
HSL331.7º64.63%32.16%-
HSV(B)331.7º78.52%52.94%-
XYZ11.846.598.05-
YUV66.39135.12176.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=55.56%
G=11.93%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135297900.790.410.47331.764.6332.16
Hex871D4F04F292F14c4120
Octal207351170117515751410140
Binary10000111111011001111010011111010011011111010011001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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