#863160

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

Shades of Rose Bud Cherry #863160

Tints of Rose Bud Cherry #863160

Color information

#863160 (or 0x863160) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 31 and 60. RGB value is (134,49,96). Sum of RGB (Red+Green+Blue) = 134+49+96=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #863160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863160 is #79CE9F. Grayscale: #4F4F4F. Windows color (decimal): -7982752 or 6304134. OLE color: 6304134.

HSL color Cylindrical-coordinate representation of color #863160: hue angle of 326.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863160 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1344996-
CMYK00.630.280.47
HSL326.82º46.45%35.88%-
HSV(B)326.82º63.43%52.55%-
XYZ13.048.1111.94-
YUV79.77137.16166.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=48.03%
G=17.56%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134499600.630.280.47326.8246.4535.88
Hex86316003F1C2F1472e24
Octal2066114007734575075644
Binary100001101100011100000011111111100101111101000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863160; }

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

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

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

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

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

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

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

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