#863764

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

Shades of Rose Bud Cherry #863764

Tints of Rose Bud Cherry #863764

Color information

#863764 (or 0x863764) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 64. RGB value is (134,55,100). Sum of RGB (Red+Green+Blue) = 134+55+100=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863764 is #79C89B. Grayscale: #535353. Windows color (decimal): -7981212 or 6567814. OLE color: 6567814.

HSL color Cylindrical-coordinate representation of color #863764: hue angle of 325.82º 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 #863764 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13455100-
CMYK00.590.250.47
HSL325.82º41.8%37.06%-
HSV(B)325.82º58.96%52.55%-
XYZ13.58.7213.03-
YUV83.75137.17163.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=46.37%
G=19.03%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345510000.590.250.47325.8241.837.06
Hex86376403B192F1462a25
Octal2066714407331575065245
Binary100001101101111100100011101111001101111101000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863764; }

 p { color: rgb(134,55,100); }

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

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

 a { background-color: rgb(134,55,100); }

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

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

 span { border-color: rgb(134,55,100); }

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