#871D60

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

Shades of Rose Bud Cherry #871D60

Tints of Rose Bud Cherry #871D60

Color information

#871D60 (or 0x871D60) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1D and 60. RGB value is (135,29,96). Sum of RGB (Red+Green+Blue) = 135+29+96=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #871D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D60 is #78E29F. Grayscale: #444444. Windows color (decimal): -7922336 or 6299015. OLE color: 6299015.

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

Color convert

RGB1352996-
CMYK00.790.290.47
HSL322.08º64.63%32.16%-
HSV(B)322.08º78.52%52.94%-
XYZ12.546.8711.73-
YUV68.33143.62175.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=51.92%
G=11.15%
B=36.92%

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
Decimal135299600.790.290.47322.0864.6332.16
Hex871D6004F1D2F1424120
Octal207351400117355750210140
Binary1000011111101110000001001111111011011111010000101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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