#863563

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

Shades of Rose Bud Cherry #863563

Tints of Rose Bud Cherry #863563

Color information

#863563 (or 0x863563) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 63. RGB value is (134,53,99). Sum of RGB (Red+Green+Blue) = 134+53+99=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863563 is #79CA9C. Grayscale: #525252. Windows color (decimal): -7981725 or 6501766. OLE color: 6501766.

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

Color convert

RGB1345399-
CMYK00.600.260.47
HSL325.93º43.32%36.67%-
HSV(B)325.93º60.45%52.55%-
XYZ13.368.5212.74-
YUV82.46137.34164.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=46.85%
G=18.53%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134539900.600.260.47325.9343.3236.67
Hex86356303C1A2F1462b25
Octal2066514307432575065345
Binary100001101101011100011011110011010101111101000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863563; }

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

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

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

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

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

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

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

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