#863560

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

Shades of Rose Bud Cherry #863560

Tints of Rose Bud Cherry #863560

Color information

#863560 (or 0x863560) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 60. RGB value is (134,53,96). Sum of RGB (Red+Green+Blue) = 134+53+96=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863560 is #79CA9F. Grayscale: #525252. Windows color (decimal): -7981728 or 6305158. OLE color: 6305158.

HSL color Cylindrical-coordinate representation of color #863560: hue angle of 328.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863560 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1345396-
CMYK00.600.280.47
HSL328.15º43.32%36.67%-
HSV(B)328.15º60.45%52.55%-
XYZ13.228.4612-
YUV82.12135.84165-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=47.35%
G=18.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134539600.600.280.47328.1543.3236.67
Hex86356003C1C2F1482b25
Octal2066514007434575105345
Binary100001101101011100000011110011100101111101001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863560; }

 p { color: rgb(134,53,96); }

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

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

 a { background-color: rgb(134,53,96); }

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

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

 span { border-color: rgb(134,53,96); }

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