#863565

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

Shades of Rose Bud Cherry #863565

Tints of Rose Bud Cherry #863565

Color information

#863565 (or 0x863565) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 65. RGB value is (134,53,101). Sum of RGB (Red+Green+Blue) = 134+53+101=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863565 is #79CA9A. Grayscale: #525252. Windows color (decimal): -7981723 or 6632838. OLE color: 6632838.

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

Color convert

RGB13453101-
CMYK00.600.250.47
HSL324.44º43.32%36.67%-
HSV(B)324.44º60.45%52.55%-
XYZ13.458.5513.25-
YUV82.69138.34164.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=46.53%
G=18.40%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345310100.600.250.47324.4443.3236.67
Hex86356503C192F1442b25
Octal2066514507431575045345
Binary100001101101011100101011110011001101111101000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863565; }

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

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

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

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

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

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

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

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