#863561

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

Shades of Rose Bud Cherry #863561

Tints of Rose Bud Cherry #863561

Color information

#863561 (or 0x863561) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 61. RGB value is (134,53,97). Sum of RGB (Red+Green+Blue) = 134+53+97=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863561 is #79CA9E. Grayscale: #525252. Windows color (decimal): -7981727 or 6370694. OLE color: 6370694.

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

Color convert

RGB1345397-
CMYK00.600.280.47
HSL327.41º43.32%36.67%-
HSV(B)327.41º60.45%52.55%-
XYZ13.268.4812.25-
YUV82.23136.34164.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=47.18%
G=18.66%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134539700.600.280.47327.4143.3236.67
Hex86356103C1C2F1472b25
Octal2066514107434575075345
Binary100001101101011100001011110011100101111101000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863561; }

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

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

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

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

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

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

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

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