#871C60

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

Shades of Rose Bud Cherry #871C60

Tints of Rose Bud Cherry #871C60

Color information

#871C60 (or 0x871C60) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1C and 60. RGB value is (135,28,96). Sum of RGB (Red+Green+Blue) = 135+28+96=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871C60 is #78E39F. Grayscale: #434343. Windows color (decimal): -7922592 or 6298759. OLE color: 6298759.

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

Color convert

RGB1352896-
CMYK00.790.290.47
HSL321.87º65.64%31.96%-
HSV(B)321.87º79.26%52.94%-
XYZ12.526.8311.72-
YUV67.74143.95175.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=52.12%
G=10.81%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135289600.790.290.47321.8765.6431.96
Hex871C6004F1D2F1424220
Octal207341400117355750210240
Binary1000011111100110000001001111111011011111010000101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,96); }

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

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

 a { background-color: rgb(135,28,96); }

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

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

 span { border-color: rgb(135,28,96); }

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