#863662

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

Shades of Rose Bud Cherry #863662

Tints of Rose Bud Cherry #863662

Color information

#863662 (or 0x863662) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 36 and 62. RGB value is (134,54,98). Sum of RGB (Red+Green+Blue) = 134+54+98=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863662 is #79C99D. Grayscale: #525252. Windows color (decimal): -7981470 or 6436486. OLE color: 6436486.

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

Color convert

RGB1345498-
CMYK00.600.270.47
HSL327º42.55%36.86%-
HSV(B)327º59.7%52.55%-
XYZ13.368.5912.51-
YUV82.94136.5164.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=46.85%
G=18.88%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134549800.600.270.4732742.5536.86
Hex86366203C1B2F1472b25
Octal2066614207433575075345
Binary100001101101101100010011110011011101111101000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863662; }

 p { color: rgb(134,54,98); }

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

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

 a { background-color: rgb(134,54,98); }

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

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

 span { border-color: rgb(134,54,98); }

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