#873760

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

Shades of Rose Bud Cherry #873760

Tints of Rose Bud Cherry #873760

Color information

#873760 (or 0x873760) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 37 and 60. RGB value is (135,55,96). Sum of RGB (Red+Green+Blue) = 135+55+96=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #873760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873760 is #78C89F. Grayscale: #535353. Windows color (decimal): -7915680 or 6305671. OLE color: 6305671.

HSL color Cylindrical-coordinate representation of color #873760: hue angle of 329.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873760 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1355596-
CMYK00.590.290.47
HSL329.25º42.11%37.25%-
HSV(B)329.25º59.26%52.94%-
XYZ13.478.7312.04-
YUV83.59135164.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.20%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=47.20%
G=19.23%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135559600.590.290.47329.2542.1137.25
Hex87376003B1D2F1492a25
Octal2076714007335575115245
Binary100001111101111100000011101111101101111101001001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873760; }

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

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

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

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

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

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

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

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