#863562

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

Shades of Rose Bud Cherry #863562

Tints of Rose Bud Cherry #863562

Color information

#863562 (or 0x863562) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 62. RGB value is (134,53,98). Sum of RGB (Red+Green+Blue) = 134+53+98=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863562 is #79CA9D. Grayscale: #525252. Windows color (decimal): -7981726 or 6436230. OLE color: 6436230.

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

Color convert

RGB1345398-
CMYK00.600.270.47
HSL326.67º43.32%36.67%-
HSV(B)326.67º60.45%52.55%-
XYZ13.318.512.49-
YUV82.35136.84164.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=47.02%
G=18.60%
B=34.39%

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
Decimal134539800.600.270.47326.6743.3236.67
Hex86356203C1B2F1472b25
Octal2066514207433575075345
Binary100001101101011100010011110011011101111101000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863562; }

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

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

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

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

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

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

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

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